body{
	margin: 0 auto;
	font-family: georgia;
	font-size: 16px;
	color: #909090;
	text-align: center;
	background-image: url(imagens/bg_header.gif);
	background-repeat: repeat-x;
}

#content{
	margin:0 auto;
	width: 800px;
	text-align: left;
	padding: 20px;
	
}

.text01{
	font-size: 60px;
	letter-spacing: -2px;
	margin-top: 50px;
	margin-bottom: -30px;
}

.text02{
	font-size: 32px;
	letter-spacing: -1px;
}

.text03{
	width: 450px;
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 50px;
}

a{
	color: #ff2b33;
	text-decoration: none;
	font-style: italic;
}

a:hover{
	background-color : #ff2b33;
	color: white;
}

a:visited{
	background-color : #e6e7e3;
}

a:visited:hover{
	background-color : #ff2b33;
	color: white;
}

.tit01{
	display: block;
	font-size: 20px;
	letter-spacing: -1px;
}

#lista{
	font-size: 20px;
	line-height: 27px;
	letter-spacing: -1px;
}

#footer{
	line-height:20px;
	margin-top: 60px;
	margin-bottom: 60px;
	float: right;
	text-align: right;
}
