@charset "utf-8";
body {
	background-color: #AA0000;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {color: #FFFF00}
.style3 {font-size: 12px}
#links {
	background-color: #FFFFEA;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DBFF4A;
}
.navegacao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #620000;
	background-color: #FFFF00;
}

#links a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #620000;
	text-decoration: none;
	font-weight: 100;
}

#links th {
	background-color: #CC6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF99;
	padding: 5px;
	margin: 0px;
	border: 1px solid #660000;
}
#links  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663333;
	text-decoration: none;
}
#links  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
	text-decoration: underline;
}
#links a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3333;
	text-decoration: none;
}
