﻿body
{
	font-size: 11px;
	font-family: tahoma;
	
}
input
{
	font-size: 11px;
	font-family: tahoma;
}
.titulo
{
	font-size: 12px;
	font-family: tahoma;
	
	font-weight: bold;
}
.texto
{
font-size: 11px;
	font-family: tahoma;	
}
a 
{
 font-family:tahoma;
 font-size: 12px; 
 color:darkred;
 text-decoration:none;  
}
a:visited {
 color: darkred;
}
a:hover {
 color: #000000;
 text-decoration:none;
}
a:active {
 color: darkred; 
}