html, body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}

a:link {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

a:active {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #aaaaaa;
}

td {

	font-family: verdana;
	font-size: 10px;
}

#header {
	margin: 0 auto;
	width: 660px;
	padding: 0;
	position: relative;
	float: top;
}

#footer {
	margin: 0 auto;
	width: 660px;
	padding: 0;
	position: relative;
	float: bottom;
}

.orange {
	color: #FF8000;