body {
  margin-top: 10px;
  padding: 0;
  background-color:#ffffff;
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
  text-align:center;
}


a:link {
  color: #FFCC99;
  text-decoration:underline;
  font-weight:bold
}

a:hover {
  background-color:#f1f8f3;
  text-decoration: underline
}

a:active {
  color: #ffffff
}

a:visited {
  color: #ead38e;
  text-decoration: underline
}
h1 {
  font-size: 20px;
  font-weight: normal;
  color: #016701;
}

h2 {
  padding-top: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #016701;
}

p.note {
	font-size: 8pt;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFFFD7;
}

pre {
  margin-left: 20px;
}

code {
  font-family: Courier, 'Courier New', sans-serif;
  color: #006600;
}

span.var {
  color: #000090;
}

span.file {
  font-family: Times New Roman, Verdana, Tahoma, Arial;
  font-size: 14px;
}

span.listh {
  font-family: Verdana, Tahoma, Arial;
  font-weight: 600;
  color: #016701;
}

span.emph {
  font-style: italic;
  font-weight: bold;
}



#content-top {
height: 55px;
margin-top: 10px;
margin-left: 10px;
margin-right: auto;
padding-top: 5px;
text-align: center;
background: #579b63;
border-top: #c4d8e6 1px solid; border-right: #407348 2px solid; border-bottom: #407348 2px solid; border-left: #c4d8e6 1px solid;
color: #ffffff;
font-family: verdana, arial, sans-serif;
font-size: 14px;
font-weight: bold;
line-height:20px;
}

.content {
margin-top: 55px;
margin-left: 15px;
margin-right: 5px;
padding:10px;
text-align: left;
border: 1px solid  #83ba8c;
background: #ffffff;
}
