.myStyle1 {
	font-family : Verdana;
	font-size : 12px;
	color : #000099;
	text-decoration : none;
}

a.myStyle1:hover {
	font-family : Verdana;
	font-size : 12px;
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
	letter-spacing : 2;
}
