h1 {
	font-family: "Verdana", "Tahoma";
	font-size: 32px;
	color: #006666;
	font-weight: bold;
	font-style: italic;


}
body {
	font-family: "Verdana", "Tahoma";
	font-size: 18px;
	color: #003366;
}
a {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #99FF33;
	text-decoration: underline overline;
	background-color: #0099CC;

}
