body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;


}
h4 {
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}
a:link {
	font-weight: none;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: none;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #999999;
	text-decoration: blink;


}
