body 
	{
	background-attachment: scroll;
	background-color:black;
	
	color:white;
	font-family:verdana;
	
	margin: 0px;
	
	overflow-y: hidden;

	height: 100%;
	}

a:link, a:active, a:hover, a:visited
	{
	color: #6b6b6b;
	}


	
div#nav
	{
	height: 10%;
	text-align: center;
	font-size: 20pt;
	color: white;
	}

a:link.nav, a:active.nav, a:hover.nav, a:visited.nav
	{
	text-align: center;
	font-size: 18pt;
	color: white;
	text-decoration: none;
	}

div#pagebody
	{
	height: 85%;
	font-size: 12pt;
	overflow: auto;
	overflow-x: hidden;
	margin: 5px;
	}
div#footer
	{
	height: 5%;
	}
