.titulo {
	font-family: Perpetua;
	font-size : 20px;
	color : #003055;
	font-weight : bold;
}
.conteudo {
	font-family: Perpetua;
	font-size : 18px;
	color : black;
}
.conteudo_titulo {
	font-family: Perpetua;
	font-size : 18px;
	color : #003055;
	font-weight : bold;	
	text-decoration: none;
}
.conteudo_rodape {
	font-family: Perpetua;
	font-size : 14px;
	color : #003055;
	font-weight : bold;	
	text-decoration: none;
}
.conteudo:link {
	font-family: Perpetua;
	font-size : 18px;
	color : #003055;
	font-weight : bold;	
	text-decoration: none;
}
.conteudo:visited {
	font-family: Perpetua;
	font-size : 18px;
	color : black;
	font-weight : bold;	
	text-decoration: none;
}

.conteudo:hover {
	font-family: Perpetua;
	font-size : 18px;
	color : #9EACC0;
	font-weight : bold;	
	text-decoration: underline;
}
.menu {
	font-family: Perpetua;
	font-size : 15px;
	color : white;
	font-weight : bold;
}

.menu:link {
	font-family: Perpetua;
	font-size : 15px;
	color : white;
	font-weight : bold;
	text-decoration: none;
}
.menu:visited {
	font-family: Perpetua;
	font-size : 15px;
	color : white;
	font-weight : bold;
	text-decoration: none;
}

.menu:hover {
	font-family: Perpetua;
	font-size : 15px;
	color : #9EACC0;
	font-weight : bold;
	text-decoration: none;
}