a.nav:link {
    color: #ff3333;
    text-decoration: none
}

a.nav:visited {
    color: #ff3333;
    text-decoration: none
}

a.nav:hover {
    color: #ff8888;
    font-weight: bold;
    text-decoration: none
}

a.current:link {
    color: #ff3333;
    text-transform: uppercase;
    background-color: #300000;
    border: 2px solid #880000;
    text-decoration: none
}

a.current:visited {
    color: #ff3333;
    text-transform: uppercase;
    background-color: #300000;
    border: 2px solid #880000;
    text-decoration: none
}

a.current:hover {
    color: #ff3333;
    text-transform: uppercase;
    background-color: #300000;
    border: 2px solid #880000;
    font-weight: bold;
    text-decoration: none
}
/* color: #111111;" onmouseover="style.color='white'" onmouseout="style.color='#111111'"*/
a.copyright:link {
    color: #080808;
    text-decoration: none
}

a.copyright:visited {
    color: #080808;
    text-decoration: none
}

a.copyright:hover {
    color: #ffffff;
    text-decoration: none
}

a:link {
    color: #88ff88;
    text-decoration: none
}

a:visited {
    color: #88ff88;
    text-decoration: none
}

a:hover {
    color: #88ff88;
    font-weight: bold;
    text-decoration: none
}

img.link {
    border: 3px solid #08083A
}

img {
    border: 3px solid #000000
}

h1 {
    vertical-align: top;
    font-size: large;
    font-weight: normal;
    text-decoration: underline
}

body {
  background-color: #080000;
  color: #ffff88;
  margin:0;
  padding:10px 0 14px;
  text-align: center; /*hack to get IE to properly center a div*/
}

p.first:first-letter {
    font-size: x-large
}

#meat {
  position: relative;
  width:588px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#titlebanner {
  position: relative;
  height: 92px;
/*
  background-image: url('queasygamestitle.gif');
  background-repeat: no-repeat;
*/
  margin-bottom: 0px;
}

#titlebanner img {
  border-style: none;
}

#supportline {
  text-align:center;
  margin-bottom: 1px;
}

#main {
  height: 330px;
  text-align: left;
  margin-left: 0;
  background-attachment: scroll;
  overflow: auto;
}

#navigation {
  position: relative;
  margin-top: 3px;
}

#copyright {
  vertical-align: bottom;
  text-align: center;
  font-size: xx-small;
  position: absolute:
}

td.info {
    overflow: auto
}

table.meat {
    width: 100%;
    height: 100%;
}

table.navigation {
    width: 588px;
    margin: auto auto auto auto;
    white-space: nowrap
}
