a { color : red; text-decoration: none }
a:hover {
	color: Maroon;
	text-decoration: underline
}
BODY {
	background-image: url(../imagens/fondo2.jpg);
	font-family: Arial;
	font-size : 10pt;
	font-weight : bold;
	color: Navy;
	text-decoration: none;
	text-align: justify;
}

TD {
	font-family: Arial;
	font-size : 9pt;
	font-weight : bold;
	color: Green;
	text-decoration: none;
}
TH {
	font-family: Arial;
	font-size : 16pt;
	font-weight : bold;
	color:gray;
	text-decoration: none;
}

H1 {	font-size: 20pt; 
		   color: Red;	
			}
H2 {	font-size: 12pt; }
