@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	text-align:center;
	background-color:#EEECED;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:12px;
	color:#333333;
	background-image: url(bgx.jpg);
	background-repeat: repeat-x;
}

#corpo {
margin:0px auto;
text-align:left;
width:742px;

}


#topo {
background:url(banner_ingles.jpg) no-repeat;
height:233px;
}

#entrevista{
	text-align:justify;
	padding-top:10px;
	padding-left:1px;
	padding-right:1px;
}

.newhead {
	color: #333333;
	background: #FFFFFF;
	border-left: 30px solid #B02020;
	font-size: 12px;
	line-height: normal;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
}
.voltar {
	color: #333333;
	background: #FFFFFF;
	font-size: 14px;
	line-height: normal;
	text-align:center;
	font-weight: bolder;
	padding-left: 10px;
	padding-right: 10px;
}
a:link{
	color:#B02020;
} 

a:visited{
	
		color:#B02020;
}

a:active{
		
	color:#B02020;

	}

a:hover{
	text-decoration: underline;
	color:#B02020;
	background-color: #FFFFFF;
}