/* CSS Document */

body {
	background-color: #000000;
	font-family:"Trebuchet MS", Tahoma, Verdana;
}

p{
	
	font-family:"Trebuchet MS", Tahoma, Verdana;
}

.menu{ 
width: 100px; 
color: #8D2323; 
font:"Trebuchet MS", Courier New, Courier, Arial;
font-size:12px;
font-weight:bold;
} 

.menu:hover{ 
width: 100px; 
color: #3f4953; 
font:"Trebuchet MS", Courier New, Courier, Arial;
font-size:12px;
font-weight:bold;
} 

.titulo {

color: #8D2323; 
font:"Trebuchet MS", Courier New, Courier, Arial;
font-size:18px;

} 

.titulo:hover{ 

color: #333333; 
font:"Trebuchet MS", Courier New, Courier, Arial;
font-size:18px;

} 

.texto{
	color: #000000;
	font:"Trebuchet MS", Courier New, Courier, Arial;
	font-size:12px;
	line-height: normal;
	text-transform: none;

} 

.texto_it{ 
color: #000000; 
font:"Trebuchet MS", Courier, Arial;
font-size:14px;
font-weight:lighter;
} 

.texto_titulo{ 
color: #333333; 
font:"Trebuchet MS", Courier New, Courier, Arial;
font-size:13px;
font-weight:bold;

} 

.titulo_peq{ 
color: #8D2323; 
font:"Trebuchet MS", Courier New, Courier, Arial;
font-size:13px;
font-weight:bold;

} 

