@charset "utf-8";
/* CSS Document */
body {	text-align: center;	font-family: arial;	font-size: 16px;	background:#ffffda;
	margin:0;
}
a:link {text-decoration: none; color:#003300;}a:visited {text-decoration: none; color:#003300;}a:hover {text-decoration: none; color:#003300;}a:active {text-decoration: none; color:#003300;}
/* =========  Definições do Menu =========================================*/
#menu a {	float: left;	margin:0;	line-height: 30px;}
#menu a span {	background: transparent blue ;	color:#003300;	display: block;	font-size: 18px;	font-weight: bolder;}
#menu a:hover  {background : #ffff00; }#menu a:hover span {background : #ffff00;  }
/*=======================================================*/
.titulo {
	font-size: 36px;
	font-weight: bolder;
}
.subtitulo {
	font-size: 24px;
	font-weight: bolder;
}
.destaque {
	font-size: 18px;
	font-weight: bolder;
}
.cheio {
	font-size: 12px;
	font-weight: bold;
}
