html
{
	background-color: #ffbfff;
	height: 100%;
}

body
{
	color: #000000;
	font-family: Verdana, sans-serif;
	margin: 3em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
}

h2, h3, h4, h5, h6
{
	margin-top: 1em;
}

h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; }

h1 span
{
	color: #ff80c0;
}

h3
{
	text-decoration: underline;
}

h4
{
	font-style: italic;
}

ol, ul, p
{
	margin-top: 0.5em;
}

ol ul, ul ol
{
	margin-top: 0;
}

ol li
{
	list-style: upper-roman outside;
	margin-left: 3em;
}

ul li
{
	list-style: square outside;
	margin-left: 1.5em;
}

b, strong
{
	font-weight: bold;
}

a, a:link, a:visited, a:active, a:hover
{
	color: black;
}

#wrapper
{
}

#page
{
	position: relative;
	padding-left: 250px;
	width: 821px;
}
