html {
	background: url('../bg.gif');
}

body {
	font-family: helvetica;
	font-size: 12px;
	width: 90%;
	height: 90%;
	background: #FFCC33;
	padding: 5px;
	margin: auto;
	margin-top: 2.5%;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 16px;
}

p {
	text-indent: 2em;
}

img {
	float: right;
	border: 1px solid black;
	margin: 5px;
	margin-right: 0;
	margin-top: 0;
}

li.subheader {
	text-indent: -1.5em;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 2px;
}