*, html
 {
  margin: 0;
  padding: 0;
  border: none;
 }
html,body
 {
 overflow: auto;
 }

body
 {
  font: normal 0.7em "verdana";
  font-family: verdana;
  margin:0px;
  padding:0px;
  background: #000000;
  color: #ffffff;
  text-align: left;
  empty-cells:hide;
 } 


h3, label
 {
  font-size: 14px;
  font-weight:bold;
  line-height: 22px;
 }

a
 {
  color: #ffffff;
  text-decoration: none;
 }

.navlinks
 {
  line-height: 15px;
  font-size: 11px;
 }
 
a:hover
 {
  color: #000000;
  text-decoration: none;
  outline-style: double;
  outline-width: medium;
  outline-color: #7FB439;
  background-color: #ffffff;
 }

 
 .contact
 {
  position:absolute;
  text-align:left;
  margin:0px;
  padding:0px;
  empty-cells:hide;
  position:absolute;
  left:185px;
  top: 41px;
 }

.sidepanel
 {
  margin: 0px;
  padding-top: 41px;  
  padding-left: 15px;
  position:absolute;
  top:0px;
  bottom: 0px;
 }