BODY {
	color : white;
	background-color : #000000;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : small;
  font-style : oblique;
	font-weight : bolder;
	letter-spacing : normal;
	margin-bottom : 10px;
	margin-left : 5px;
	margin-right : 5px;
	margin-top : 5px;
	scrollbar-3dlight-color : ##00ffff;
	scrollbar-arrow-color : #FFFF00;
	scrollbar-base-color : #0033FF;
	scrollbar-darkshadow-color : #333333;
	scrollbar-face-color : #0033FF;
	scrollbar-highlight-color : #AAAAAA;
	scrollbar-shadow-color : #666666;
	scrollbar-track-color : Black;
	}

A {
	color : #FFFF00;
	text-decoration : none;
}

A:HOVER {
	color : red;
	text-decoration : underline;
}
H1{
	color : #0033FF;
	font-family : cursive;
}

H2{
	color : #00FFFF;
	font-family : sans-serif;
}
H3{
	color : #0066FF;
	font-family : serif;
}
 HR{
	color : #0000ff;
	width : 85%;
}
TABLE {
	color : #FFFFFF;
	border : none;
	font : small sans-serif;
	background : transparent;
}
TABLE.transparent {
	color : #FFFFFF;
	border : none;
	font : small sans-serif;
	background : transparent;
}
TABLE.greybox {
	color : #FFFFFF;
	border : thin ridge #0000ff;
	background : #333333;
	font : small sans-serif;
}
TABLE.cfiles {
	color : #FFFFFF;
	border : thin ridge #0000ff;
	background : #000000;
	font : small sans-serif;
}



