body
{
	color: #005C49;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
A:LINK, A:VISITED, A:ACTIVE {
	color: #005C49;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
	
}

