body {
  background-color: #003366;
  scrollbar-face-color: #9999cc;
  scrollbar-shadow-color: #003366;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: 003366;
  scrollbar-darkshadow: 003366;
  scrollbar-track-color: #3e5285;
  scrollbar-arrow-color: #ffffcc;
}

b {
  font-weight: bold;
}

td {
  font-size: 11px;
  font-family: verdana, arial, sans-serif; 
}
.nav {
  /* The navigation palett */
  color: #999999;
  background-color: #2E5285;
  position: absolute;
  left: 550px;
  top: 78px;
  border: 2px;
  border-style: solid;
  border-color: #808080;
  padding: 10px;
  height: 155px;
  width: 110px;
  font-size: 10px;
  font-family: sans-serif; 
}
.shows {
  /* The shows pallet */
  color: #999999;
  background-color: #2E5285;
  position: absolute;
  left: 550px;
  top: 255px;
  border: 2px;
  border-style: solid;
  border-color: #808080;
  padding: 10px;
  height: 155px;
  width: 110px;
  font-size: 10px;
  font-family: sans-serif;
}
.littlebox {
  /* Little box with wheatdesign.com link */
  color: #999999;
  background-color: #2E5285;
  position: absolute;
  left: 550px;
  top: 418px;
  border: 2px;
  border-style: solid;
  border-color: #808080;
  padding: 10px;
  height: 25px;
  width: 110px;
  font-size: 10px;
  font-family: sans-serif;
}
.main {
  /* The main content area */
  color: #999999;
  background-color: #2E5285;
  position: absolute;
  left: 10px;
  top: 78px;
  border: 2px;
  border-style: solid;
  border-color: #808080;
  padding: 10px;
  height: 530px;
  width: 530px;
  font-size: 10px;
  font-family: sans-serif; 
  overflow: auto;
}
.stupid {
  /* If you nest DIVs on IE5/Win, you run into a bug where 
     the final div isn't properly closed.  So I've created 
     an invisible kludge of a DIV as a workaround.  It's 
     included in the footer.  Another great undocumented 
     feature from the boys at Redmond.  
  */
  background-color: #003366;
  position: absolute;
  left: 10px;
  top: 800px;
  border: 1px;
  border-style: solid;
  border-color: #003366;
  padding: 10px;
  height: 50px;
  width: 650px;
  font-size: 10px;
  font-family: sans-serif;
}
.title {
  /* The title banner (spans the top) */
  color: #999999;
  background-color: #2E5285;
  position: absolute;
  left: 10px;
  top: 10px;
  border: 2px;
  border-style: solid;
  border-color: #808080;
  padding: 10px;
  height: 50px;
  width: 650px;
  font-size: 18px;
  font-family: sans-serif; 
}
.news {
  color: #999999;
  background-color: #2E5285;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  font-family: sans-serif;
}
.bigger {
  color: white;
  background-color: #2E5285;
  padding-top: 2px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  font-family: verdana, sans-serif; 
}
a:link, a:active, a:visited {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
  font-family: sans-serif;
}
a:hover {
  color: #808080;
  text-decoration: underline;
  font-weight: bold;
  font-size: 10px;
  font-family: sans-serif;
}