body	{
	background-color: black;
	background: url('images/background.jpg') center repeat-y;
	color: white
	}

span.headdate{
	font-style: italic;
	color: gray;
	font-size: smaller
	}

span.headline{
	font-weight: bold;
	font-size: larger
	}

div.logo{
	text-align: center
	}

div.leftnav{
	position: absolute;
	left: 0;
	top: 150px;
	width: 200px;
	font-weight: bold;
	font-size: 20
	}

div.leftnav ul{
	list-style-type: none;
	}

div.leftnav li{
	width: 181px;
	border: solid 3px;
	border-color: black;
	background-color: white
	}

div.leftnav a{
	display: block;
	padding: 3px;
	width: 175px;
	text-decoration: none
	}

div.leftnav a:link	{color: black; background-color: white}
div.leftnav a:visited{color: black; background-color: white}
div.leftnav a:hover	{color: black; background-color: grey}

div.leftnav a:link {color: black background-color: grey}

div.rightnav{
	position: absolute;
	right: 0;
	top: 150px;
	width: 225px
	}

div.rightnav ul{
	list-style-type: none;
	}

div.info{
	width: 50%;
	height: 360px;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 20px;
	overflow: auto
	}

div.footer{
	text-align: center
	}