﻿html, body {
  margin: 0;
}
#leftcol {
  float: left;
  margin:1em;
  width: 200px;
  border: #000 0px solid;
}
#main {
  margin: 2px;
  padding:0 1px 1px 1px;

}
#centercol {
  border: #f00 0px solid;
  width:450px;
  margin: 0 205px 0 205px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:khaki;

}
#rightcol {
  float: right;
  margin:1em;
  width: 200px;
  border: #006600 1px solid;
  padding:0 6px 3px 6px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  color:khaki;

}
#footer {
  text-align: center;
  border: #fc0 0px solid;
}
#footerbr { clear: both; } 

a.greenhilite:link { color:#33ee33;
text-decoration:none;
font-size:14px}

a.greenhilite:visited { color:#33cc33;
text-decoration:none;
font-size:14px}
}

a.greenhilite:hover { color:#66ff66;
text-decoration:underline;
font-size:14px}
