body {
	font-family: arial;
	background: #6A0000;
	color: #6A0000;
}

a:link {
	background: #ffffff;
	color: #3300CC;
}

a:visited {
	background: #ffffff;
	color: #3300CC;
}

a:active {
	background: #ffffff;
	color: #66CCFF;
}
	
p.page {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	text-decoration: underline;
}

p.section {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

p.sub {
	text-align: left;
	font-weight: bold;
}

p.list {
	text-align: left;
	text-indent: 1cm;
}

p.footnote {
	text-align: center;
	font-weight: bold;
	font-size: 70%;
}