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