body {
	background: url(images/orangewallpaper.gif);
}
#page {
	background: url(images/bg-gradient.png) repeat-x top left;


}
body,td,th {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}