/* estilos gerais */
a{COLOR: red; text-decoration: none;}
a:hover{COLOR: red; text-decoration: underline;}
a:link{COLOR: red;}

.branco{COLOR: white; text-decoration: none;}
.branco:hover{COLOR: white; text-decoration: underline; background: none;}
.branco:link{COLOR: white;}

body,td,th {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}

.titulo1{
	font-weight:bold;
	font-size: 16px;
}	
