body {
  margin:0px;
  padding:0px;
  background:#A5BEDE;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:9.5px;
  font-weight:100;
  color:#000;
     scrollbar-base-color: rgb(136,183,229);
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-3dlight-color: rgb(109,148,198);
scrollbar-arrow-color: rgb(255,255,255);
scrollbar-track-color: white;
scrollbar-darkshadow-color: rgb(109,148,198);

     }

td {
  font-size:9.5px;
}

a:link, a:visited, a:active, a:hover {
  color:#000;
  text-decoration:underline;
}

a:link.nav, a:visited.nav, a:active.nav, a:hover.nav {
  color:#fff;
  text-decoration:none;
}

input, select, textarea {
  font-size:9.5px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#000;
}

.headline {
  font-size:20px;
  font-weight:bold;
  color:#d34901;
}

.code {
  font-family:"Courier New",Courier,serif;
  font-size:10px;
  width:350px;
  height:200px;
}

.shoutbox {
  background:#fff;
}