body {
	color: black;
	font-family: Georgia, Times New Roman, serif;
}
.body2 {
	color: #cccccc;
	font-family: Georgia, Times New Roman, serif;
}
a {
	font-family: Tahoma, Veranda, Arial, sans-serif;
}
a:link {
	color: #0033FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited { 
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0033AA;
	font-weight: bold;
	text-decoration: underline;
}
a:active { 
	color: #FFAA00;
	font-weight: bold;
	text-decoration: none;
}
h1{
	color: #FF33FF;
	font-style: italic;
	font-family: Veranda;
}
h2{
	color: #CC9900;
}
h3{
	color: #CC9900;
	font-weight: bold;
}
