@charset "utf-8";
/* CSS Document */

body
{ 
	font-family: Arial, Helvetica, sans-serif; background-color: #D8F4F5; color: black;text-decoration:none; font-size: small; font-weight: 400; font-style: normal; margin-top:0px;	
}

table       
{
  border: white;
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 400;
	background-color: white;
	font-style: normal;
	width: 100%;
	text-align: left;
}

a:link		{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: #535353; text-decoration: none }
a:visited	{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: #535353;text-decoration: none }
a:active	{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: #535353; text-decoration: none}
a:hover		{ font-family: Arial, Helvetica, sans-serif; font-size: small; text-decoration: underline; color: brown;}