@charset "ISO-8859-1";
body {font-family: Times New Roman, times, serif; 
	color: black;
	font-size: 100%;
    background-color: #00008B}
h1 {font-family: Trebuchet MS, Arial, sans-serif; 
	color: #D2B48C; /*tan*/
	background: #B22222; /*fire brick*/
	font-size: 200%;
	font-weight: bold;
	text-align: center}
h2 {font-family: Trebuchet MS, Arial, sans-serif; 
	color: #D2B48C; /*tan*/
	background: #B22222; /*fire brick*/
	font-size: 150%;
	font-weight: bold;
	text-align: left}
h3 {font-family: Trebuchet MS, Arial, sans-serif; 
	color: #B22222; /*fire brick*/
	font-size: 125%;
	font-weight: bold;
	text-align: left}
a:link {
	font-family: Times New Roman, times, serif;
	color: blue;
	font-size: 100%;	
	text-decoration: underline}
a:visited { 
	font-family: Times New Roman, times, serif;
	color: purple;
	font-size: 100%;	
	text-decoration: underline}
a:hover {
	font-family: Times New Roman, times, serif;
	color: blue;
	font-size: 100%;	
	text-decoration: underline}
hr {
	color: #8B0000; /*dark red*/
	width: 95%;
	height:3}
	