﻿<HEAD>
<STYLE type="text/css">
<!--
a.nav:link {
	 font-family:"Comic Sans MS";
	 font-weight:bold;
	 font-size:small;
	 color:yellow;
	 text-decoration: none;
	 background: #FF7518
	 
}
a.nav:visited {
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:small;
	color:yellow;
	text-decoration: none;
	background: #FF7518
}
a.nav:hover {
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:small;
	color:#000000;
	text-decoration: underline;
	background: #FF7518
}
a.nav:active {
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:small;
	color:yellow;
	text-decoration: none;
	background: #FF7518

}
a.body:link {
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:small;
	color:#FF7518;
	text-decoration: none;
	background: #FFFFFF
}
a.body:visited {
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:small;
	color: #FF7518;
	text-decoration: none;
	background: #FFFFFF
}
a.body:hover {
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:small;
	color:#4F7942;
	text-decoration: underline;
	background: #FFFFFF
}
a.body:active {
	font-family:"Comic Sans MS";
	font-weight:bold;
	font-size:small;
	color:#FF7518;
	text-decoration: none;
	background: #FFFFFF	
}
a.credit:link {
	font-family:Verdana;
	font-weight:bold;
	font-size:x-small;
	color:#000000;
	text-decoration: none;
	background: #4F7942
}
a.credit:visited {
	font-family:Verdana;
	font-weight:bold;
	font-size:x-small;
	color:#000000;
	text-decoration: none;
	background: #4F7942
}	
a.credit:hover {
	font-family:Verdana;
	font-weight:bold;
	font-size:x-small;
	color:#FFFFFF;
	text-decoration: underline;
	background: 4F7942
	
}
a.credit:active {
	font-family:Verdana;
	font-weight:bold;
	font-size:x-small;
	color:#000000;
	text-decoration: none;
	background:#4F7942

}

-->
</STYLE>
</HEAD>