#mainTable { position:         relative;
             top:              0;
             left:             0;
             width:            770;
             height:           600;
             z-index:          1;
             border:           solid 1px black;
           }
#TextBox { z-index:          2;
           padding:          5px;
           overflow:         auto;
           width:            415;
           height:           300;
           border:           0px;
         }
body { background-color:transparent;
       font-size: 10pt;
       color: #333333;
       margin: 0 0 0 0;
       font-family: arial, times new roman;
     }
.Title { font-size: 16pt;
         text-align: center;
         font-weight: bold;
       }
.GameTitle { font-size: 12pt;
             text-align: right;
             font-weight: bold;
           }
.GameSubTitle { font-size: 10pt;
                text-align: right;
              }
img { border: 0 }
a { color: #333333;
    text-decoration: none;
  }