/* CSS Document */


body {

	background-color: #f1f8ff;

}

p {
line-height:120%;
margin: 10px 0  10px 0;
}

.titulo {
	font-family: verdana;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: red;
	font-weight:bold;	
	text-align: left;
}

.conteudo {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: black;
	text-align: justify;	
}


.rodape {
	font-family: verdana;
	font-size: 10px;	
	color: white;
	text-decoration:none;
	font-weight:bold;
}

a:link {
	font-family: verdana;
	font-size: 10px;	
	color: black;
	text-decoration:none;

}


a:visited {
	font-family: verdana;
	font-size: 10px;	
	color: black;
	text-decoration:none;

}

a:active {
	font-family: verdana;
	font-size: 10px;	
	color: black;
	text-decoration:none;
}

a:hover {
	font-family: verdana;
	font-size: 10px;	
	color: blue;

}
a.classe1:link {
	font-family: verdana;
	font-size: 10px;	
	color: #6e522c;
	text-decoration:none;
	text-align: left;
}

a.classe1:visited {
	font-family: verdana;
	font-size: 10px;	
	color: #6e522c;
	text-decoration:none;
	text-align: left;
}

a.classe1:active {
	font-family: verdana;
	font-size: 10px;	
	color: #6e522c;
	text-decoration:none;
	text-align: left;
}

a.classe1:hover {
	font-family: verdana;
	font-size: 10px;	
	color: black;
	text-decoration:underline;
	text-align: left;
}



a.classe2:visited {
	font-family: verdana;
	font-size: 10px;	
	color: black;
	text-decoration:none;

}

a.classe2:link {
	font-family: verdana;
	font-size: 10px;	
	color: black;
	text-decoration:none;

}

a.classe2:active {
	font-family: verdana;
	font-size: 10px;	
	color: black;
	text-decoration:none;

}

a.classe2:hover {
	font-family: verdana;
	font-size: 10px;	
	color: black;


}
