
a, a:active, a:visited {
background: none; 
color: #98CC03; 
text-decoration: none;
}

a:hover {
backround: none; 
color: #020202; 
text-decoration: underline
}

body  {
background: #393544; 
margin: 5;
scrollbar-base-color: #282433;
scrollbar-arrow-color: #FFFF99;
}

body, table, td             
{
color: #C6C6AA; 
font-family: Verdana; 
font-size: 11px; 
}

.smalltext, .mediumtext, .largetext
{ 
	font-family: Verdana, Helvetica; 
	color: EFEFEF
}

.smalltext
{ 
	font-size : 10px; 
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #a3a3a3; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD9000; text-decoration: underline; }

/* Links */

a, a:link, a:active, a:visited
{ 
	text-decoration: none; 
	color: #98CC03; 
	font-family: Verdana, Helvetica 
}  

a:hover 
{ 
text-decoration: none; 
color: FAFAFA; 
font-family: Verdana;
} 