A:HOVER {
	color : Red;
}
A {
	color : Blue;
}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	color : #3366CC;
}
TR.CABECALHO {
	background-color : #6699FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-style : normal;
	font-weight : bold;
	color : White;
}
TR.DADOS {
	background-color : #CCFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-style : normal;
}
