body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

	color: #FDE101;
	background-color: #00483A;
	
	
	list-style-type: disc;
	
	letter-spacing: normal;
	word-spacing: normal;
	}


a {
	color:#FDE101;
	text-decoration:none;
}
a:hover
{
color:#FF0000;
text-decoration:none;
font:bold;
}
a:visited
{
text-decoration:none;
}
