a:link {
  color:            #009900; 
  text-decoration:  "none"; }
a:visited {
  color:            #009900;
  text-decoration:  "none"; }
a:hover {
  color:            #ffcc00;
  text-decoration:  "underline"; }
body {
  background-color: #eeeeee; }
#banner {
  height:           6em;
  position:         static; 
  border-bottom:    thin solid #666666;
  min-width:        39em; }
.nav {
  position:         absolute;
  top:              8em;
  font-size:        large;
  font-weight:      bold; 
  text-align:       center; 
  background-color: #009900;
  width:            5em;
  color:            #ffffff; }
.nav a:link {
  color:            #ffffff; 
  text-decoration:  "none"; }
.nav a:visited {
  color:            #ffffff;
  text-decoration:  "none"; }
.nav a:hover {
  color:            #000000;
  text-decoration:  "underline"; }
#welcome {
  position:         absolute;
  background-color: #009900;
  left:             0em; }
#games {
  position:         absolute;
  background-color: #ffcc00;
  left:             5em; }
#other {
  position:         absolute;
  background-color: #ff6600;
  left:             10em; }
#info {
  position:         absolute;
  background-color: #cc0000;
  left:             15em; }
#pictures {
  position:         absolute;
  background-color: #660066;
  left:             20em; }
#blank {
  position:         absolute;
  background-color: #3333ff;
  left:             25em; }
#content {
  position:         absolute;
  top:              13em; }
body > #content {
  top:              12em; }
table {
  position:         relative;
  top:              1em;
  margin-bottom:    1em;
  table-layout:     auto; }
caption {
  caption-side:     top;
  font-weight:      bold;
  text-decoration:  italic;
  font-size:        large;
  text-align:       left; }
th, td {
  text-align:       left;}
.colone {
  width:            12em; }
#header {
  position:         absolute;
  top:              10.25em;
  width:            30em;
  font-size:        large;
  text-align:       justify;
  min-width:        30em; }
body > #header {
  right:            0em;
  width:            auto; }