a:link       {
	text-decoration: none;
	color: Fuchsia;
	font-family: Arial;
	font-size: 10pt;
	font-weight : bolder;
}

a:visited      {
	text-decoration: none;
	color: Maroon;
	font-family: Arial;
	font-size: 10pt;
	font-weight : bolder;
}

a:active     {
	text-decoration: none;
	color: Maroon;
	font-family: Arial;
	font-size: 10pt;
	font-weight : bolder;
}
a:hover      {
	text-decoration: none;
	color: #008000;
	font-family: Arial;
	font-size: 10pt;
	font-weight : bolder;
}

body         {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	padding: 0;
	color : #008000;
	background-color : #FFFFCC;
}

table        {
	font-family: Arial;
	font-size: 10pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	font-size : 10pt;
	margin-left : 0px;
	margin-top : 0px;
} 
