A:link
{
	text-decoration: none;
	color: #3C746B;
}
A:visited
{
	text-decoration: none;
	color: #3C746B;
}
A:active
{
	text-decoration: none;
	color: #3C746B;
}
A:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}

.titulo, #titulo
{
	font-family: Comic Sans, Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-size: 22px;
	color: #000000;
	border-bottom: 2px dashed #3C746B;
	text-align: right;
	width: 550px;

}

.subtitulo, #subtitulo
{
	font-family: Comic Sans, Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3C746B;
	text-align: left;
}

.destacado, #destacado
{
	font-family: Comic Sans, Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3C746B;
	text-align: left;
}

.corpo, #corpo
{
	font-family: Comic Sans, Comic Sans MS, Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	font-weight: regular;
	color: #000000;
	text-align: justify;
	width: 550px;
}