INPUT
{
  font-family: Verdana, sans-serif;
  background-color : #e1e1e1;
  color : #003366;
}

BODY
{
  background-color: #ffffff;
  margin: 2;
  font-family : Verdana, serif;
}

.listing
{
  background-color: #e1e1e1;
}

A
{
  font-family: Verdana, sans-serif;
  text-decoration:none;
  font-weight: bold;
  color : #003366;
}

A:hover
{
  text-decoration : underline;
}

A.btn
{
  background-color: #e1e1e1;
  font-family: Verdana, sans-serif;
  text-decoration:none;
  font-weight: bold;
  color : #000000;
  border-style : outset;
}

A.btn:hover
{
  color : #003366;
  text-decoration:none;
}

TD.label
{
  background-color : #003366;
  color : #e1e1e1;
  font-weight : bold;
}

TD.content
{
  background-color : #e1e1e1;
  color : #003366;
}

.error
{
  color : red;
}


.code {
	margin-bottom:0;
	margin-top:0;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
}



.code pre {
	font-size: 10pt;
	background-color: #eeeeee;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}