@charset "utf-8";
body {font-family: Times New Roman, times, serif; 
	max-width: 700px;
	color: black;
	font-size: 12pt;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
    background-color: #EEEEFF}
h1 {font-family: Trebuchet MS, Arial, sans-serif; 
	color: #D2B48C; /*tan*/
	background: #B22222; /*fire brick*/
	font-size: 24pt;
	font-weight: bold;
	text-align: center}
h2 {font-family: Trebuchet MS, Arial, sans-serif; 
	color: #D2B48C; /*tan*/
	background: #B22222; /*fire brick*/
	font-size: 16pt;
	font-weight: bold;
	text-align: center}
h3 {font-family: Trebuchet MS, Arial, sans-serif; 
	color: #B22222; /*fire brick*/
	font-size: 14pt;
	font-weight: bold;
	text-align: center}
a:link {
	font-family: Times New Roman, times, serif;
	color: blue;
	font-size: 12pt;	
	text-decoration: underline}
a:visited { 
	font-family: Times New Roman, times, serif;
	color: purple;
	font-size: 12pt;	
	text-decoration: underline}
a:hover {
	font-family: Times New Roman, times, serif;
	color: blue;
	font-size: 12pt;	
	text-decoration: underline}
hr {
	color: #8B0000; /*dark red*/
	width: 95%;
	height:3}
	
