/* CSS Document */

body {
	background-color: #294989;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.RegularText {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 24px;
	color: #391c0c;
}
.Questions {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #0d82bf;
	font-weight: bold;
}
.PoemText {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #461d09;
	font-style: italic;
	margin-left: 15px;
}
.BottomText {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #fafafa;
}
.NMSText {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #294989;
}

a.NMSLink {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #294989;
}
a.NMSLink:link {
	text-decoration: underline;
}
a.NMSLink:visited {
	text-decoration: underline;
	color: #294989;
}
a.NMSLink:hover {
	text-decoration: none;
	color: #294989;
}
a.NMSLink:active {
	text-decoration: underline;
	color: #294989;
}


a.BottomLinks {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 24px;
	color: #fafafa;
}
a.BottomLinks:link {
	text-decoration: none;
}
a.BottomLinks:visited {
	text-decoration: none;
	color: #fafafa;
}
a.BottomLinks:hover {
	text-decoration: underline;
	color: #fafafa;
}
a.BottomLinks:active {
	text-decoration: none;
	color: #fafafa;
}
h1 {
	font-family: Times New Roman, Times, serif;
	line-height: 24px;
	font-size: 20px;
	color: #432413;
}


/* Breadcrumbs */

#Breadcrumb {
margin-left: 15px;
}


#Poem {
margin-left: 15px;
margin-right: 165px;
line-height: 24px;
}



.BreadcrumbText {
	font-family: Times New Roman, Times, serif;
	line-height: 28px;
	font-size: 20px;
	color: #000000;
}
.BreadcrumbActive {
	font-family: Times New Roman, Times, serif;
	line-height: 28px;
	font-size: 20px;
	color: #ff6700;
}
a.BreadcrumbLink {
	font-family: Times New Roman, Times, serif;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}
a.BreadcrumbLink:link {
	text-decoration: underline;
}
a.BreadcrumbLink:visited {
	text-decoration: underline;
	color: #000000;
}
a.BreadcrumbLink:hover {
	text-decoration: none;
	color: #000000;
}
a.BreadcrumbLink:active {
	text-decoration: underline;
	color: #000000;
}

/* End Breadcrumbs /*