﻿body 
{
		background-color:#EEF5EE;
}

.texto_paginas
{
		font-family:Verdana;
		font-size:12px;
}

.texto_paginas_justificado
{
		font-family:Verdana;
		font-size:12px;
		text-align:justify;
}

a{
	text-decoration:none;
	color: #000000;
}

a:hover{
	text-decoration:underline;
	color: #000000;
}