.header {
	font-family: georgia,times new roman,times,serif;
	font-size: 22px;
	color : Maroon;
	padding-bottom: 16px;
}
.subhead {
	font-family: georgia,times new roman,times,serif;
	font-size: 17px;	
	color : rgb(60,65,90)
}
.bigbody {
	font-family: georgia,times new roman,times,serif;
	font-size: 13px;	
	line-height : 17px;
}
.bodytext {
	font-family: georgia,times new roman,times,serif;
	font-size: 11px;
	line-height : 16px;
	padding : 3px;
	padding-bottom : 15px;
}
.smtext {
	font-family: georgia,times new roman,times,serif;
	font-size: 10px;
	padding : 3px;
	line-height: 16px;
}
.footer {
	font-family: georgia,times new roman,times,serif;
	font-size: 10px;
	padding-bottom : 15px;
	padding-top : 15px;
}
.tinytext {
	font-family: georgia,times new roman,times,serif;
	font-size: 9px;
}
.teenytext {
	font-family: georgia,times new roman,times,serif;
	font-size: 8px;	
}
.navbar {
	font-family: georgia,times new roman,times,serif;
	font-size: 12px;
	color : White;
	line-height : 30px;
}
.quote {
	font-family: times new roman,times,serif;
	font-size: 21px;
	color : Black;
	font-style : italic;
	line-height : 23px;
}

:link { color: rgb(80,85,102) ; text-decoration: underline;}
:visited { color: rgb(140,51,35) ; text-decoration: underline; }
:active { color: rgb(140,51,35) ; text-decoration: none; }
:hover { color: rgb(80,85,102) ; text-decoration: none; }
.plain { text-decoration: none }

a.navlink:link { color: white; }
a.navlink:visited { color: white; }
a.navlink:hover { color: white; }