body {margin: 0; font-family: Verdana, Arial, Sans-Serif; background: #8c8c8c;}

.titletext, .displayimg, .topichead, .topicbody {position: relative;}

#header
{
	position: fixed;
	z-index: 5;
	height: 100px;
	opacity: 0.8;
	background: #444444;
	width:100%
}

.titletext
{
	position: inherit;
	top: 20px;
	left: 130px;
	color: green;
    text-shadow: black 4px 3px 3px;
	font-weight; bold;
	font: 40px "Verdana";
}

.displayimg
{
	position: inherit;
	top: 0px;
	right: 130px;
}

#nav
{
	position: fixed;
	width: 80px;
	font: 14px "Verdana";
	color: black;
	top: 110px;
	left: 4px;
}

#nav a:link, #nav a:visited
{
	text-decoration: none;
	color: black;
}

#main a:link, #main a:visited
{
	text-decoration: none;
	color: green;
}

#nav a:hover, #main a:hover
{
	text-decoration: none;
	color: green;
}

#nav a:active, #main a:active
{
	text-decoration: none;
	color:blue;
}

.navbutton
{
	position: inherit;
	padding-left: 2px;
	text-align: left;
	border: solid black 2px;
	width: 72px;
	background-color: #cccccc;
}

#navselected
{
	border: solid green 2px;
}

#main
{
	position: absolute;
	left: 92px;
	right: 92px;
	top: 110px;
}

.topichead
{
	font: 14pt "Verdana";
	font-weight: bold;
}

.topicbody
{
	font: 12pt "Verdana";
}

.comment
{
	font: 10pt "Verdana";
	color: cyan;
}


.code
{
	position: relative;
	left: 20px;
	font: 9pt monospace;
}