a, a:visited {
	color: #f00;
	text-decoration: underline;
}
a:hover {
	color: #a00;
	text-decoration: none;
}
#top a, #top a:visited {
	padding: 30px 15px 5px 16px;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
}
#top a:hover {
	background: #d2d2d2;
	padding: 33px 15px 2px 16px;
	color: #f00;
}
#bottom a, #bottom a:visited {
	color: #fff;
	text-decoration: none;
	padding: 1px 5px 1px 5px; 
	font-size: 8pt;
}

#bottom a:hover {
	color: #000;
	background: #fff;
}

a.rlink {
	display: block;
	float: right;
}
