
body
{
	background-color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: silver;
	margin: 0px;
}

a:link, a:visited, a:active
{
	color: #eeeeee;
	text-decoration: underline;
	background-color: transparent;
}

a:hover 
{
	color: white;
	background-color: #3949D0;
}

img
{
	border: 0px;
}

dt
{
	margin-left: 3em;
}

dd
{
	display: none;
	width: 25em;
	margin-left: 6em;
}

.nicebutton
{
	cursor: pointer;
	font-family: monospace; 
	border: 1px outset silver; 
	background-color: black; 
	color: silver;
	margin-top: 2px;
}

.nicetextbox
{
	font-family: monospace;
	border: 1px solid silver;
	background-color: black;
	color: silver;
	margin-top: 2px;
}


#header
{
	position: absolute;
}


#leftcontent
{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 13%;
	
	color: black;
	background-color: black;
	border: 1px dashed silver;
	
	padding: 0.5em;
}

#rightcontent
{
	position: absolute;
	left: 16%;
	width: 80%;
	top: 50px;

	color: silver;
	background-color: black;
	border: 1px dashed silver;

	padding: 1em;
}

#tooldiv
{
	margin: 0px;
	padding: 0px;
	position: fixed;
	top: 0px;
	right: 0px;
}
