@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt;
	color: #00ff00;
	background-color: #000000;
}

a {	text-decoration: underline;
	color: #00ff00;
	font-size : 12pt;

}
a:hover {
	text-decoration: underline;
	color: white;
	font-size : 12pt;
}
a.news {
	text-decoration: none;
	color: #00ff00;
	font-size : 10pt;
}

a.news:hover {
	text-decoration: underline;
	color: white;
	font-size : 10pt;
}

li.news {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
}

.largecent {
	font-size:larger;
	text-align:center;
}
