 a:link       {
	color: Blue;
	text-decoration: none;
}
a:visited    {
	color: Blue;
	text-decoration: none;
}
a:active     {
	color: Blue;
	text-decoration: none;
}
a:hover      {
	color: #ADBA83;
	text-decoration: none;
}
body         {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
		}
table        {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif }