@charset "utf-8";
.SubMenu {
	font-size: small;
	
}

body {
	background-image: url();
	background-color: #333;
}
body,td,th {
	color: #E9E9E9;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #666;	
}