*{
margin:0;
padding:0;
}
body {
	font-family: helvetica,arial,sans-serif;
	background: #000000;
	text-align: center;
}
p {
	clear: both;
	padding: 10px;
}
h2 {
	font-size: 1.1em;
}
#content {
	clear: both;
	background: #333333 url(/img/Bottom.jpg) no-repeat; 
	background-color: #333333;
	width: 600px; 
	min-height: 400px;
}
body,td,th {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#menu {
	float: right; 
	padding: 5px; 
	font-size: 1.2em;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.style2 {color: #FF9900}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}