body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	scrollbar-arrow-color: #c0c0c0;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-highlight-color: #1B1B1B;
	scrollbar-face-color: #1B1B1B;
	scrollbar-darkshadow-color: #1B1B1B;
	scrollbar-track-color: #1B1B1B;
	background-color: #1B1B1B;
}

.menu, .menu a {
	font-size: 9px;
	color: #f3f2f3;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	font-size: 9px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

span.titlos {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #f3f2f3;
}

.text {
	text-align: justify;
	font-size: 11px;
	color: #a8a8a8;
	margin-left: 0;
}

.text a {
	color: red;
	text-decoration: none;
}

.text a:hover {
	color: red;
	text-decoration: underline;
}

.bottom, .bottom a {
	font-size: 9px;
	color: #f3f2f3;
	text-decoration: none;
}

.bottom a:hover {
	font-size: 9px;
	color: red;
	text-decoration: none;
}