﻿/* CSS definition file containing sitestyle stylesheets */
BODY {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: rgb(247,236,185);
	background-image: url("../assets/images/brownborder3.gif");
}
 A:active {
	color: rgb(51, 102, 153);
}
 A:link {
	color: rgb(51, 102, 153);
}
 A:visited {
	color: rgb(51, 102, 153);
}
 .TextObject {
	font-size: 12pt;
	color: rgb(51, 102, 153);
}
 H1 { font-size: 24pt;}
 H2 { font-size: 20pt;}
 P {
	font-size: 12pt;
	color: rgb(51, 102, 153);
	margin-left: 15px;
}
 H3 { font-size: 16pt;}
 H4 { font-size: 14pt;}
 .TextNavBar { font-size: xx-small;}
 H5 { font-size: 12pt;}
 H6 { font-size: 10pt;}
 A:hover { color: rgb(135,0,0);}
 