a:hover {
	font-size: large;
}
a:visited {
	color: #FF00FF;
}
a:link {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
}
