@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000CC;
	background-color: #FFFFFF;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
}
a:visited {
	color: #990033;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
a:active {
	color: #999900;
}
.heading {
	font-weight: bolder;
	font-variant: small-caps;
	font-size: small;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #999999;
}
