.hoevertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #33CC99;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-size: 18px;
	color: #99FFFF;
	text-decoration: blink;
}
