
body {
	background-color:#666666;
}


#table {
	width:700px;
	min-height:auto;
	float:left;
	padding:5px;
	font:12px Arial;
	color:silver;

}

#table a {
	color:silver;
	text-decoration:underline;
}

#table a:hover {
	font-size:12px Arial;
	color:white;
	text-decoration:none;
}

#tableII {
	width:180px;
	min-height:auto;
	float:left;
	padding:5px;
	font:12px Arial;
	color:silver;

}

#tableII a {
	color:silver;
	text-decoration:underline;
}

#tableII a:hover {
	font-size:12px Arial;
	color:white;
	text-decoration:none;
}

#navBar {
	list-style:underline;
	margin:5px;
	padding:0;
}

#navBar a {
	text-decoration:none;
	padding:5px;
	width:180px;
	display:block;
	font:12px Verdana;
	font-weight:bold;
	color:white;
}

#navBar a:hover {
	background: #CDCDCD;
	font-size:12px Verdana;
	font-weight:bold;
	color: #222222;
}

h2 {
	font-weight:bold;
	color:silver;
}