A.nav:link { color: White;text-decoration:underline}
A.nav:visited { color: White;text-decoration:underline }
A.nav:active { color: White;text-decoration:underline}
A.nav:hover { color: White; text-decoration:none}

A.mail:link { color: #1A472B;text-decoration:underline}
A.mail:visited { color: #1A472B;text-decoration:underline }
A.mail:active { color: #1A472B;text-decoration:underline}
A.mail:hover { color: #1A472B; text-decoration:none}

span.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bolder;
	font-style: normal;
	color: #1A472B;
}

span.subHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bolder;
	font-style: normal;
	color: #1A472B;
}

span.subTitle{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bolder;
	font-style: normal;
	color:White;
	text-align: Left;
}

span.Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	color: #1A472B;
	text-align: center;
	text-justify: distribute-all-lines;
}

span.Quote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
	color: White;
}

span.Author{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: White;
	text-align: right;
	width: 200px;
	
}

span.white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	color: White;
}

p,li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	color: #1A472B;
}
