@charset "utf-8";
body{ 
	background: #1c1c1c;
	font-family: Tahoma;
	font-size: 10px;
}

.style_title{
	font-family: Tahoma;
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}
.texto {
	font-size: 10px;
	font-family: Tahoma;
	margin-top: 3px;
	margin-left: 3px;
}
.style9 {
	font-size: 11px;
	font-family: Tahoma;
}

a:link,
a:visited,
a:active{
    color:#990000;
	text-decoration: none;
}


