.myStyle1 {
	font-family : Verdana;
	font-size : 12px;
	color : #0066FF;
	text-decoration : none;
	font-weight: normal;
	letter-spacing: 1px;
}

a.myStyle1:hover {
	font-family : Verdana;
	font-size : 14px;
	color : #FD912F;
	font-weight : bold;
	text-decoration : none;
	letter-spacing : 2;
}
