body{
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 10px;
}
 
a				{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover	  {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active   {
	color: #004E98;
	font-weight: bold;
}
a:visited  {
	color: #1555B5;
	font-weight: bold;
}
