body {
	background-color: #FFFF99;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #006600;
}
a:active {
	color: #006600;
}
.estilo {
	font-family: Comic Sans MS, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
	text-align: justify;
	background-color: #FFFF99;
}
.Título {
	font-family: Comic Sans MS, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: oblique;
	color: #003300;
	font-weight: bold;
	text-align: center;
	background-color: #FFFF99;
}
.Relevo {
	font-family: Comic Sans MS, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #003300;
	background-color: #FFFF99;
}
.Rodapé {
	font-family: Comic Sans MS, Arial, Verdana, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #006600;
	background-color: #FFFF99;
}
.LetraGrande {
	font-family: Comic Sans MS, Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #003300;
	background-color: #FFFF99;
}
.Piscar {
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #CC2A27;
	text-decoration: underline overline blink;
	font-variant: normal;
	background-color: #FFFF99;
	text-transform: capitalize;
}
#dropmenudiv{
position:absolute;
border:0px solid green;
border-bottom-width: 0;
font:normal 12px Comic Sans MS;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid green;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
.Border {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #CC2A27;
	border: medium solid #CC2A27;
	text-align: center;
}
