.mouseovereffect {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;

}
a:hover {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;

}