BODY {
	color : White;
	background-color : Black;
	font-family : Verdana;
	font-size : x-small;
	scrollbar-face-color: black;
                scrollbar-arrow-color: red;
                scrollbar-track-color: black;
                scrollbar-shadow-color:'';
                scrollbar-highlight-color:black;
                scrollbar-3dlight-color:'';
                scrollbar-darkshadow-Color:'';
}

A {
	text-decoration : none;
	color : White;
	font-size : x-small;
}

A:HOVER {
	text-decoration : underline;
	font-size : x-small;
	color : #BA55D3;
	}

A:VISITED {
	color : White;
	font-size : x-small;
}

A.glossary {
                font-size : x-small;
	color: Red;
	text-decoration: underline;
}

TABLE {
	background : Black;
	border : none;
                font-family : Verdana;
	font-size : x-small;
}