@charset "utf-8";
/* CSS Document */

body {
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
}

.texto {
	font: 12px Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: justify;
}
.título {font: 14px Verdana, Geneva, sans-serif; text-decoration: none; font-weight: bold; color: #00F;}

a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #903;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}

.breve {color: #CCC;}

#menuverde {font: 12px Verdana, Geneva, sans-serif; height: 20px; text-align: center; display: table-cell; vertical-align:middle; width: 225px;}
#menuverde:hover {background-color: #D0FFCA; width: 225px;}

#menuazul {font: 12px Verdana, Geneva, sans-serif; height: 20px; text-align: center; display: table-cell; vertical-align:middle; width: 225px;}
#menuazul:hover {background-color: #B0B7FF; width: 225px;}

#menuvermelho {font: 12px Verdana, Geneva, sans-serif; height: 20px; text-align: center; display: table-cell; vertical-align:middle; width: 225px;}
#menuvermelho:hover {background-color: #FFB0B0; width: 225px;}

#menularanja {font: 12px Verdana, Geneva, sans-serif; height: 20px; text-align: center; display: table-cell; vertical-align:middle; width: 225px;}
#menularanja:hover {background-color: #FFE4A6; width: 225px;}
