

#navlinker{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinker a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinker a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

body {
	background-color: #000000;
}
body,td,th {
	color: #ffffff;
}
