﻿body 
{
	background-color: white;
	margin: 0;
}

#header
{
	margin: 0;
	background-color: #800080;
	color: #ffffff;
	padding: 2em 2em 0.5em 2em;
	border-bottom: dashed black 4px;
}
#header h1
{
	font-family: Verdana;
	text-align: left;
}

#content
{
	color: #404040;
	margin: 0 10em;
	font-family: Verdana;
}

#content b
{
	color: Red;
	font-weight: bolder;
}

#content a
{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	color: Red;
	text-decoration: underline;
}

#content h2
{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #808080;
}

#content ul
{
	padding-left: 2em;
	padding-bottom: 1em;
}

#content ul li
{
	list-style-type: square;
	margin-bottom: 0.2em;
	font-size: 0.8em;
}