BODY {
	color : #bbbbbb;
	background-color : #000000;
	font-family : sans-serif;
	font-size : small;
	text-align : left;
}

LI {
	color : #bbbbbb;
	font-size : small;
	font-family: sans-serif;
	list-style-position: inside;
	list-style : disc;
} 

A {
	color : #666600;
	text-decoration : none;

	}

A:HOVER {
	color : #660033;
	text-decoration : none;
}
