﻿a.nav:link {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.nav:hover {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-decoration: underline;
}
a.nav:active {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.body:link {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #191970;
	text-decoration: underline;	
}
a.body:visited {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #191970
}
a.body:hover {
	
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #81ADDC;
	text-decoration: none;
}
a.body:active {
	
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #191970;
	text-decoration: underline
}