body	{
	background: black
	}

a:link	{color: red}
a:visited{color: red}
a:hover	{color: lightyellow}

ul.navbar{
	padding-left: 0;
	margin-left: 30px
	}

ul.navbar a:link	{color: red; background-color: black}
ul.navbar a:visited{color: red; background-color: black}
ul.navbar a:hover	{color: lightyellow; background-color: black}
ul.navbar a:active{color: lightyellow; background-color: black}

p	{
	margin-left: 8px;
	margin-right: 8px
	}

span.headdate{
	color: CC6600;
	font-style: italic;
	font-size: smaller
	}

span.headline{
	color: CC6600;
	font-weight: bold;
	font-size: larger
	}

div.background{
	position: absolute;
	z-index: 1	
	}

div.nav	{
	position: absolute;
	left: 750px;
	top: 40px;
	height: 175px;
	width: 170px;
	background: black;
	color: orange;
	border-style: ridge;
	border-color: orange;
	border-width: 4px;
	overflow: auto;
	z-index: 2
	}

div.body{
	position: absolute;
	left: 125px;
	top: 300px;
	height: 200px;
	width: 750px;
	background: black;
	color: orange;
	border-style: ridge;
	border-color: orange;
	border-width: 4px;
	overflow: auto;
	z-index: 2
	}

div.copy{
	position: absolute;
	left: 450px;
	top: 215px;
	height: 55px;
	width: 270px;
	background: black;
	color: orange;
	border-style: ridge;
	border-color: orange;
	border-width: 4px;
	overflow: auto;
	z-index: 2
	}
