body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
li {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
a:link {
	color: #0000CC;
	font-weight: bold;
}
a:visited {
	color: #0000CC;
	font-weight: bold;
}
a:hover {
	color: #FFCC00;
	font-weight: bold;
}
a:active {
	color: #0000CC;
	font-weight: bold;
}

