body{
	font-family: tahoma;
	color: black;
alink: white;
vlink: white;
}
th{
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}
#listing a:link, #listing a:visited, #listing a:hover, #listing a:active{
	color: white;
}
.nav{
	background: grey;
	border: 0px;
	width: 200px;
	height: 20px;
}
.box{
	background: #CCCCCC;
	border: 0px;
	overflow: auto;
}

#navigation ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navigation li a:link, #navigation li a:visited{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#navigation li a:hover, #navigation li a:active{
	display: block;
	text-decoration: none;
	background: #D3D3D3;
	color: #FFFFFF;
}