.linkbase a:link {
	color: #000033;
	font-size: 12px;

}
.linkbase a:visited {
	color: #666666;
	font-size: 12px;

}
.linkbase a:hover {
	background-color: #FF9999;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;

}

