.myStyle1 {
	font-family : Verdana;
	font-size : 12px;
	color : #0099FF;
	text-decoration : none;
	font-variant: normal;
}

a.myStyle1:hover {
	font-family : Verdana;
	font-size : 13px;
	color : #FF0066;
	font-weight : bold;
	text-decoration : none;
	letter-spacing : 2;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FFC2D2;
	border-right-color: #FFC2D2;
	border-bottom-color: #FFC2D2;
	border-left-color: #FFC2D2;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #3333FF;
}
