body {
	background-color : white;
	color : black;
	width : 512px;
	margin-top : 0px;
	margin-bottom : 64px;
	margin-left : 64px;
	margin-right : 64px;
	font: small/1.6em   Georgia, "Times New Roman", Times, serif;
}

h1 {
	font: large bold "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
}

p,li {
	text-align : justify;
}

a {
	text-decoration : none;
}

a:link {
	color : #ff6600;
}

a:visited {
	color : #CC3300;
}

a:active {
	color : #FF6600;
}

ul {
	list-style-type: square;
}

#footer {
	border-top: 1px dotted #FF6600;
	margin-top: 32px;
	padding-top: 8px;
	font-size: smaller;
}