  body {
    margin: 5px 5px 5px 5px;
    padding: 3;
    font-family: Comic Sans MS;
    background:#FFF;
    }
/*     height: 7in; */
    #header {
    position: fixed;
    width: 100%;
    height: 130px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
/*     bottom: auto; */
  #sidebar {
    position: fixed;
    width: 15px;
    height: auto;
    top: 130px;
    right: auto;
    bottom: 50px;
    left: 0;
    overflow: auto;
  }
/*     border: solid 1px #660099; */
  #main {
    margin: 10px 10px 10px 10px;
    position: fixed;
    width: auto;
    height: auto;
    top: 230px;
    right: 0;
    bottom: 50px;
    left: 15px;
    overflow: auto;
  }
/*     border: solid 1px #ff0000; */
  #scrollBox  {
  border: solid 1px #ff0000;
  padding: 5px;
  overflow: auto;
  visibility: visible;
  display: block;
  }
/*  from scroolbox above
width: 650px;
height: 350px;
*/  
  #footer {
    position: fixed;
    width: 100%;
    height: 50px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px #008080;
  }
/* Comment */
/* img.lrhimg {
  border-width: 1PX;
  border-style: solid; 
  border-color: #808080;
} */
table.topbar {
	font-family: Comic Sans MS;
/*
  from: levelmain above:
    margin-left:143px;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;

*/
  align: center;
  width: 850;
  }
table.nobrdr {
	font-family: Comic Sans MS;
  align: left;
  }
table.navbar {
	font-family: Comic Sans MS;
  border-style: solid;
	border-width: 1px;
	border-color: #ffff00;
  align: left;
  }
table.info {
	font-family: Comic Sans MS;
	border-style: solid;
	border-width: 2px;
	border-color: #ff0000;
  align: right;
  }

table.rslts {
	font-family: Comic Sans MS;
	border-style: solid;
	border-width: 2px;
	border-color: #2e8b57;
  }

TD.cen {
  text-align: center;
}

TD.raceinfo {
	font-family: Comic Sans MS;
  font-size: 8pt;
  font-weight: bold;
	border-width: 1px;
}

a.rclink:hover {color: red;  
         font-size: 100%;
         text-decoration: none;
}

a.infolink:hover {color: red;  
         font-size: 100%;
         text-decoration: none;
}
a.btnlink:hover { border-style: solid; 
                  border-color: red; 
                  border-width: 1px 1px 1px 1px;
                  text-decoration: none;
                  color: red;
}
