h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FF6600;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;




}
a:link {
	font-weight: normal;
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #660099;
	text-decoration: none;
}
a:active {
	color: #6600FF;
	text-decoration: none;
}
