h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000033;
}
p {
	font-family: Tahoma, Georgia, Helvetica;
	font-size: 12px;
	color: #333300;
}
h4 {
	font-family: Tahoma, Georgia, Helvetica;
	font-size: 14px;
	color: #003300;
	font-weight: lighter;

}
body {
	color: #CCCCFF;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #333300;
	text-decoration: underline;
}
