body {
        overflow-x: scroll;
        overflow-y: scroll;
        white-space: nowrap;
	margin: 0;
	max-height: 100%;
        }

#topbar {
	width: 100%;
	min-width: 800px;
	height: 23px;
	background: #ccc;
	padding: 5px;
	position: fixed;
	top: 0px; left: 0px;
	z-index: 2;
	}

#header {
	width: 100%;
	overflow: hidden;
	background: #eee;
	line-height: 10%;
	position: absolute;
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	top: 15px;
	height: 70px;
	}

#main {
        font-family: courier;
        font-size: 0.8em;
	display: block;
	overflow: auto;
	position: absolute;
	top: 100px;
        }

a:link {
        text-decoration: none;
        color: black;
        }

a:hover {
        text-decoration: underline;
        color: black;
        }

a:visited {
        text-decoration: none;
        color: black;
        }

