BODY {
	background-color : #2E2E2E;
}
TABLE {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : White;
	font-size : xx-small;
}

.titulo {
	font-size : small;
	font-weight : bolder;
	color : 996600;
}
A {
	color : 996600;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : White;
	text-decoration : underline;
	font-weight : bold;
}

A.barra {
	color : Silver;
	text-decoration : none;
}
A:HOVER.barra {
	color : White;
	text-decoration : none;
}
A.barra2 {
	color : #999999;
	text-decoration : none;
}
A:HOVER.barra2 {
	color : Silver;
	text-decoration : none;
}


