body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #ee3124;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ee3124;
}
a:hover {
	text-decoration: none;
	color: #5f6062;
}
a:active {
	text-decoration: none;
}

.subtitulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif*/
	color:#5f6062;
	font-size:18px;
}

.corpo{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	text-align:justify;
	line-height:1.8;
	width:655px;
	height:470px;
	overflow:auto;
	padding:15px
}