body { 
	background-color: #b1b1b1;
	background-image: none;
	background-postion: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: black;
	margin-top: 2;
	margin-bottom: 2;
	margin-left: 2;
	margin-right: 2;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #fdd947;
}
a:active {
	color: #abcdef;
	background-color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #fdd947;
}
font.main {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, Times;
}
font.header {
	color: black;
	font-size: 11pt;
	font-family: Arial, Helvetica, Times;
	font-weight: bold;
}
p {
	text-indent: 2em;
	white-space: normal;
}