body {
  background: #808080;
  margin:0px 0px 20px 0px;
  padding:0px 0px 20px 0px;
}

body, td, p, a:link, a:visited {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: small
}

a:link, a:visited {
  text-decoration:none;
  border-bottom: 1px dashed #006600;
  color: #000000;
  background-color: transparent;}

a:hover, a:visited:hover {
  text-decoration:none;
  border-bottom: 1px solid #006600;
  color: #000000;
  background-color: transparent;}

.bln:link, bln:visited, bln:hover, bln:visited:hover {
  border-bottom: 1px solid blue
}

.help:link, .help:hover, .help:visited, .help:visited:hover {
  border-bottom: 1px solid blue}

.prog:link, .prog:link, .prog:visited, .prog:visited:hover {
  border-bottom: 1px solid blue
}

#hdr {
  height:30px;
  width:900px;
  background:#c0c0c0;
  color:#000000;
  border:solid #000000;
  border-width:2px 0px;
  margin: 20px 0px 0px 0px;
  padding-top: 5px
}

#lh-col{
  position: absolute;
  top: 90px;
  left: 20px;
  width: 150px;
  border: 2px solid #000000;
  background: #c0c0c0;
  padding: 0px;
  height: 350px;
  text-align: center;
}

#rh-col {
  position: absolute;
  top: 90px;
  left: 200px;
/*  right: 140px; */
  border: 2px solid #000000;
  background: #ffffff;
  width: 500px;
/*
  width: auto;
  max-width: 700px;
  min-width: 150px;
  min-height: 400px;
*/
  padding: 20px
}

#ads {
  position: absolute;
  top: 90px;
  left: 770px;
  right: 20px;
  border: 2px solid #000000;
  padding: 0px;
  width: 120px
}

#container {
  margin: 20px 0px 20px 20px;
  width: 96%;
  width: auto
}

div.spacer {
  clear: both
}

code {
  font: small monospace
}

#cop {
  height:30px;
  background:#c0c0c0;
  color:#000000;
  position: absolute;
  text-align: center;
  border:solid #000000;
  border-width:2px 0px;
  margin: 0px 0px 20px 0px;
  padding-bottom: 5px;}

