a:visited {
	color: #660066;
	text-decoration: none;
	font-size: large;
}
a:hover {
	background-color: #CC66FF;
	color: #99FFCC;
}
