body {
	background-color: #FFFFDD;
	font-family: arial;
	text-align: center;
}

div.main {
	background-color: #FFFFCC;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	width: 798px;
	text-align: left;
}

div.inner {
	background-color: #FFFFCC;
	border-style: none;
	width: 100%;
	text-align: left;
	padding: 0px;
}

div.inner#links {
	text-align: center
}

p.center {
	text-indent: 0px;
	text-align: center;
}

span.link {
	border-style: solid;
	border-width: 1px;
	border-color: #77AA77;
	margin: 2px;
	width: 108px;
	float: left;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.95em;
}

span.link:hover {
	border-color: #773333;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: #336633;
}

a:hover {
	color: #773333;
}

p {
	padding-left: 12px;
	padding-right: 12px;
	text-indent: 24px;
}

h1 {
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 12px;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 12px;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: capitalize;
	padding-left: 12px;
}

hr {
	width: 90%;
	height: 2px;
	color: #77AA77;
	background-color: #77AA77;
	border-style: none;
	margin-left: 5%;
	margin-right: 5%;
}

ul {
	list-style-type: disc;
}
