body {
	background: white;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table {
	background: white;
	color: black;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px ;
}
p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a:link {
	color: blue ;
	background: transparent ;
}
a:visited {
	color: purple ;
	background: transparent ;
}
a:hover {
	color: black ;
	background: yellow ;
}
a:active {
	color: red ;
	background: transparent ;
}

div.toppanel {
	position: absolute ;
	left: 5px ;
	top: 5px ;
	width: 98% ;
}
div.logo {
	position: absolute ;
	left: 10px ;
	top: 10px ;
	width: 202px ;
}
div.banner {
	font-size: 24px ;
	font-weight: bold;
	text-align: center ;
	clear: both ;
}
div.codeblock {
	border: 1px solid green;
	font-family: "Courier New", Courier, monospace;
	font-size: 95% ;
	padding: 8px 8px 8px 8px ;
}
