body { font-family: sans-serif; font-size: 9pt}

a.navstyle:link, a.navstyle:active, a.navstyle:visited { color: white; text-decoration: none; background: #9BCD9B ;font-family: sans-serif}
a.navstyle:hover { color: #9BCD9B; text-decoration: none; background: white ;font-family: sans-serif}

a.normalstyle:link, a.normalstylele2:active, a.normalstyle:visited { color: blue; text-decoration: none; background: white ;font-family: sans-serif}
a.normalstyle:hover { color: white; text-decoration: none; background: blue ;font-family: sans-serif}

h1 { font-size: 16pt; vertical-align: middle }
h2 { font-size: 12pt; vertical-align: middle }

table.light {background-color: #B4EEB4}
table.dark {background-color: #9BCD9B; color: white}

tr.light {background-color: #B4EEB4}
tr.dark {background-color: #9BCD9B; color: white}
tr.bw  {background-color: white; color: black}

td.bw {background-color: white; color: black}

/* These styles create the dropdown menus. */
#navbar {
  margin: 0;
   padding: 0;
   height: 1em;
   margin-left: auto;
    margin-right: auto;
    width: 60em

}

#navbar li {
   list-style: none;
   float: left;
   width: 10em;
}

#navbar li a {
   display: block;
   padding: 3px 8px;
   background-color: #9BCD9B;
   color: #fff;
   text-decoration: none; }

#navbar li ul {
   display: none;
   width: 10em; /* Width to help Opera out */
}

#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
   background-color: #9BCD9B;
   color:white;
}

#navbar li:hover li, #navbar li.hover li {
   float: none;
}

#navbar li:hover li a, #navbar li.hover li a {
   background-color: #9BCD9B;
   border-bottom: 1px solid #fff;
   color: white;
}

#navbar li li a:hover {
   background-color: white;
   color: #9BCD9B;
}


#spaceinvadersbox {
-moz-border-radius: 15px;
border-radius: 15px;
background-color: black;
color: #00ff00;
}

#spaceinvadersbox a {
 color: #00ff00;
 font-weight: bold;
 text-decoration: underline;
}

#spaceinvadersbox a:hover {
 color: #000000;
 background: #00ff00;
 font-weight: bold;
 text-decoration: none;
}

#spaceinvaderscontent {
padding: 10px;
margin: 10px auto;
width: 600px;
}

#scoretable {
 width: 600px;
}

#scoretable thead {
 font-weight: bold;
 font-size: 12;
}
