BODY {
	background : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
}
H1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : #ff6633;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	color : #202A65;
}
H3 {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : #ff6633;
	}
	
a:link, a:visited, a:active {
 text-decoration: underline;
 color : #202A65;
 font-weight : bold;
 }
 a:hover {
 color : #ff6633;
 text-decoration : none;
 font-weight : bold;
 }
a.button:link, a.button:visited, a.button:active {
 text-decoration: none;
 color : #ffffff;
 font-weight : bold;
 }
 a.button:hover {
 color : #ffffff;
 text-decoration : underline;
 font-weight : bold;
 }

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
}
