a:link
{
	color: black; 
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #000080; 
	text-decoration: none;
	font-weight: bold;
} 
a:active 
{
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a:hover 
{
	color: red;
	text-decoration: underline;
}

td
{
	font-family: Arial;
	font-size: 12;
	text-align: justify;
}
