body,td,th {
	color: #0068B2;
}
body {
	background-color: #000;
	background-image: url(/img/bg.jpg);
}
#container2 {
	width: 59%;
	margin-top: 10%;
	margin-left: 10%;
	text-align: center;
}
#navbar {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #000;
}
a { color: #666633; text-decoration: none; }
a:hover { color: #666633; text-decoration: none; }
a:visited { color: #666633; text-decoration: none; }
