body {
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #003300;
}

a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #009900;
}
a:active {
	color: #009900;
}

.author {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC;}
.author A:link {color: #CCCCCC; font-size: 10px; }
.author A:visited {color: #CCCCCC; font-size: 10px; }
.author A:hover {text-decoration: underline; color: #FF6600; }
.author A:active {text-decoration: underline; color: #FF6600; }

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300
}

.notes {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300
}

hr {
    height:1px;
    width:100%;
    background:#FFFFEC;
	margin: 15px 0px 5px 0px
}

