body
{
	background-image: url("../fundo2.jpg");
	color: #000000;
	font-family: "Times New Roman", "Arial", "Verdana";
}

a:link {
text-decoration: none;
color: #555555;
}
a:visited {
text-decoration: none;
color: #555555;
}
a:hover {
text-decoration: blink;
color: #800000;
}
a:active {
text-decoration: none;
color: #800000 ;
}