body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF6600;
	color: #FFFFFF;
}
a:link {
	color: #585750;
	text-decoration: none;
	font-weight: lighter;
}


a:visited {
	color: #585750;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	background-color: #333333;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	background-color: #333333;
	text-decoration: none;
}

h1 {
	text-align: left;

}

h2 {
	text-align: right;
	color: #999999;
}

