h1
{
	font-size: 36pt;
	font-family: "Times New Roman";
	font-style: italic
}

ul
{
	text-align: center;
	list-style-type: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0;
	position: absolute;
	top: 2em;
	left: 1em;
	width: 8em;
	color: white;
	background-color: #303030;
	font-size: 12pt;
	line-height: 24pt
}

body
{
	width: 512px;
	padding-left: 14em;
	color: white;
	background-color: #101010
}

/*p
{
width: 512px
}*/

a:link
{
	color: white
}

a:visited
{
	color: white
}

