BODY {
	background-color: #000000;
	font-family: fixedsys, system;
	font-weight: normal;
	font-size: 9pt;
	color: #A8A8A8;
}

.stileG {
	background-color: transparent;
	font-family: fixedsys, system;
	font-weight: normal;
	font-size: 9pt;
	color: #00FF00;
}

.stileW {
	background-color: transparent;
	font-family: fixedsys, system;
	font-weight: normal;
	font-size: 9pt;
	color: #FFFFFF;
}

:link {
	text-decoration: none;
	color: #FFFF00;
	background: transparent;
}

:visited {
	text-decoration: none;
	color: #0000FF;
	background: transparent;
}

:hover {
	color: #00FFFF;
	background: transparent;
}