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