.sing {
	color: #00FF;
	font-family: "Comic Sans MS";
	font-size: 32pt;
	font-weight: bold;
}

a:link {
	color: #0000FF;
	font-size: 10pt
}
a:visited {
	color: #0000FF;
	font-size: 10pt
}
a:hover {
	color: #FF0000;
	font-size: 110%;
	font-weight: bold;
}
a:hover.sing {
	color: #FF0000 ;
	font-size: 110%;
}