body {
  margin: 0px; 
}

.full { 
  text-align:     left; 
  width:          800px;; 
  font-family:    verdana, helvetica,arial,sans-serif; 
  border-width:   0px;
  border-style:   none; 
  padding-top:    0px; 
  padding-bottom: 0px; 
  padding-left:   0px; 
  padding-right:  0px; 
  margin-top:     0px; 
  margin-bottom:  0px; 
  margin-left:    0px; 
  margin-right:   0px; 
}

th {
  font-weight: bold;
  text-align: left;
}

td.topbar {
  border-bottom: 2px solid; 
  font-size: 160%;
  font-weight: bolder;
  color: rgb(247, 146, 58);
  text-align: center;
  vertical-align: middle;
}

td.leftcolumn {
  border-right: 2px solid;
  color: rgb(247, 146, 58);
  text-align: left;
  padding-left: 5px;
}

td.bottomleft {
  border-top: 2px solid;
  color: rgb(191, 216, 63);
  text-align: left;
  padding-left: 5px;
}

td.mainarea {
  background-color: rgb(255, 255, 255);
  vertical-align: top;
  padding-left: 5px;
}

td.copyright {
  border-top: 2px solid;
  color: rgb(191, 216, 63);
  text-align: center;
  vertical-align: middle;
}

td.copyright div {
  color: rgb(128, 128, 128);
}

a {
  font-family: verdana, helvetica, arial, sans-serif;
  text-decoration: none;
  color: rgb(128, 128, 128);
  z-index: 100;
}

a:visited {
  color: rgb(64, 64, 64);
}

a:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(185, 231, 0);
}

a.candidate {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0)
}

img {
  border: 0px none;
}

img.twisty {
  width:   8px;
  height: 12px;
}

img.line {
  color: rgb(191, 216, 63);
  background-color: rgb(191, 216, 63);
}
