body {
	background: #000000;
	color : white;
	font-family :  Arial, sans-serif;
	font-size: 12 px;
	text-align: justify;
	
	scrollbar-3dlight-color : Yellow;
	scrollbar-arrow-color : Yellow;
	scrollbar-base-color : Black;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : Black;
	scrollbar-highlight-color : Yellow;
	scrollbar-shadow-color : Yellow;
	scrollbar-track-color : #404040;
	text-justify: auto;
}
	
A {
	text-decoration: none;
	color: yellow;
}

A:Hover {
	text-decoration: underline;
	color: white;
}

A:VISITED {
	color : #ffff00;
}

A.smaller {
	font-size: 10px;
	color : #FFFF00;
	text-decoration : none;
}

a:hover.smaller {
	font-size: 10px;
	color : white;
	text-decoration : none;
}

H1 {
	color : Yellow;
	font-size : 14pt;
}

H2 {
	color : white;
	font-size : 14pt;
}

H3 {
	color : #FFFF99;
	font-size : 12pt;
}

table.entries {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	BORDER: #FFFF99 2px solid;
}

TD.upper {
	color : Black;
	background : yellow;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-justify: auto;
	padding: 2px;
}

TD {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	text-justify: auto;
	padding: 10px;
	border: 0px solid #000000;
}

FONT.smaller {
	font-size: 10px;
}

INPUT {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

HR {
	color: #FFFF99;
	height: 1px;
}
table {
	border: 0px solid #FFFF99;
	text-justify: auto;
	}

