body
{ 
  background-image:url(../images/fish/water.jpg);
  background-attachment:fixed;
  background-repeat:repeat; 
  margin: 0px;
  font-family: Verdana, Arial, Sans Serif;
  overflow: hidden;
}

td
{
  color: #ffff00;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 10pt;
  font-weight: bold;  
}

.h1 
{
  color: #ffff00;
  font-family: Courier New, Courier, monospace;
  font-size: 14pt;
  font-weight: bold;
}

a, a:hover, a:visited 
{
  color: #00ff00;
  
  font-family: Verdana, Arial, Sans Serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #ffff00;
}  

a.menu, a.menu:hover, a.menu:visited 
{
  text-decoration: none;
  color: #00ff00;
  /*font-family: Courier New, Courier, monospace;*/
  font-family: Verdana, Arial, Sans Serif;
  font-size: 9pt;
  font-weight: bold;
}

a.menu:hover
{
  color: #ffff00;
}  
  
.content
{
  color: white;
  font-family: Courier New, Courier, monospace;
  font-size: 16px;
  /*font-weight: bold;*/
  text-align: justify;
  margin-left: 50px;
  margin-right: 50px;
}

.tv
{
  background-image:url(../images/tvbkg.png);
  width: 780px;
  height: 543px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 101;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

td.site
{
  text-align: center;
  vertical-align: center;
}

a.site, a.site:hover, a.site:visited 
{
  text-decoration: none;
  color: #ffffff;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 9pt;
  font-weight: bold;
}

a.site:hover
{
  color: #ffff00;
}  

div.site
{
  background-color: #660000;
  width: 220px;
  height: 16px;
}

td.gcell
{
  background-color: #cccc99;
  border: 2px solid #663300;
}

.gametitle
{
  color: #663333;
  font-family: Courier New, Courier, monospace;
  font-size: 16pt;
  font-weight: bold;
}

.gamedesc
{
  color: #000000;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 8pt;
  font-weight: normal;
  text-align: right;  
}

.nb
{
  color: #ffffff;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 8pt;
  font-weight: normal;
}

td.caption
{
  color: #ffffff;
  background-color: #660000;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 9pt;
  font-weight: bold;
}

td.text
{
  color: #663333;
  background-color: #cccc99; /*#ffcc66;*/
  font-family: Verdana, Arial, Sans Serif;
  font-size: 9pt;
  font-weight: bold;
}

a.about, a.about:hover, a.about:visited 
{
  text-decoration: none;
  color: #660000;
  font-family: Verdana, Arial, Sans Serif;
  font-size: 9pt;
  font-weight: bold;
}

.vcenter 
{
  vertical-align: center;
}

.w40
{
  width: 40px;
}