a:link 
{ 
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10pt;
}
a:visited 
{ 
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
}
a:hover 
{ 
	color: #000000;
	border: 2px;
	border-color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
a:active 
{ 
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
} 
p
{
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
}
body
{	
	background-color: #f9c847;
}
