body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #999999;
}
body {
	background-color: #FFFFFF;
}


#content {
	position: absolute;
	left: 100px;
	top: 40px;
	width: 900px;
}

a:link {
    text-decoration: none;
	font-weight:normal;
    color: #999999;
}
a:visited {
    text-decoration: none;
	font-weight:normal;
    color: #999999;
}
a:hover {
    text-decoration: none;
	font-weight:normal;
	background-color: #777777;
    color: #FFFFFF;
}
a:active {
    text-decoration: none;
	font-weight:normal;
	background-color: #777777;
    color: #FFFFFF;
}
