body { 
  margin: 0px;
  font-family: sans-serif;
  /* add background image here */
}

h1 { 
  font-size: medium;
  font-weight: bold;
  color: #000066;
}

h2 { 
  font-size: small;
  font-weight: bold;
  color: #000066;
}

.text { 
  font-size: x-small;
}

.minitext { 
  font-size: xx-small;
}

.announce { 
  font-size: 12px;
}

a, a:link, a:hover, a:active, a:visited { 
  color: #000099;
  font-weight: bold;
  text-decoration: none;
}

a:hover { 
  text-decoration: underline; 
}

.menu, .menu:link, .menu:hover, .menu:active, .menu:visited { 
  font-size: 12px;
  font-weight: normal;
  color: white;
}

.menu-on, .menu-on:link, .menu-on:hover, .menu-on:active, .menu-on:visited { 
  font-size: 12px;
  font-weight: bold;
  color: #FF9900;
}

.addy { 
  font-size: 11px;
  font-weight: normal;
  color: white;
}

.addy-link { 
  text-decoration: none;
  font-weight: none;
  color: #FF9900;
}

html { 
  scrollbar-base-color: #9999CC;
  scrollbar-arrow-color: #000066;
  
  scrollbar-shadow-color: #000066;
  scrollbar-darkshadow-color: #000066;
  
  scrollbar-highlight-color: #CCCCFF;
}

th { text-align: left; }