.myStyle1 {
	font-family : Verdana;
	font-size : 12px;
	color : #0000CC;
	text-decoration : none;
}

a.myStyle1:hover {
	font-family : Verdana;
	font-size : 12px;
	color : #FF3300;
	font-weight : bold;
	text-decoration : none;
	letter-spacing : 2;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

