body {
	background : White url(bgpaper.gif) repeat-y scroll;
	padding-left: 50px;
	padding-right: 30px;
	font-family : "Courier New", Courier, monospace;
	font-size : 12px;
}
#header {
	text-align: right;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
li {
	margin-top : 10px;
	background-color : White;
	border : 1px dashed #87CEFA;
	padding : 4px;
}
#footer {
	text-align: right;
	font-style : italic;
}
p {
	text-indent: 4%;
	line-height: 1.5;
}