* {
	margin: 0 auto;
	font-family: 'Trebuchet Ms', Verdana, Arial, Tahoma;
	color:#FFFFFF;
	font-size:13px;
}
body {background-color:#E0EAC8;}
#moldura {
	width:300px;
	background-color:#CF5841;
	display:table;
	height:100%;
	border: 1px solid white;
	padding-top:0px;
}
#rodape {
	padding:2px 10px 3px 10px;
	height:20px;
}

#texto {
	padding: 10px 7px 10px 5px;
	color:white;
	text-align:justify;
	font-size:0.9em;
	line-height:1.2;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:active {
	text-decoration: none;
}


