
body
{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #bfd960;
	
}

p
{
	text-align: justify;
}

pre, code
{
	font-size:10pt;
}


a:link {
	color: gray;
	text-decoration:none;
	
	
}

a:visited {
	color: gray;
	text-decoration:none;
	
	
}


a:active {
	color: black
	text-decoration:none;
	font-weight:underline;
	
}

a:hover {
	color:white;
	text-decoration:none;

	
}

