/* CSS Document */
<!--
body {
	background-color: #000000;
	margin-top: 20px;

}	
body,td,th {
	font-family: Verdana;
	font-size: 10px;
}
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #EA9E00;
	text-decoration: none;
}
a:active {
	color: #FFB928;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.verybig {font-size: 18px;
		  font-weight: bold;
}

.big {font-size: 12px}
.small {font-size: 9px}

.editorials {font-size: 12px;
			 font-family: verdana;
			 font-weight: normal;
}
 .bigger {font-size: 14px}
-->
