/* JA*GA CSS Document */

html, body {
   background-color: black;
   color:            #CCFFFF;
   font-family:      Verdana, Arial, Helvetica, sans-serif;
   font-size:        12px;
   line-height:      16px;
}

table  {
   background-color: black;
   border:           hidden;
   text-align:       center;
   vertical-align:   top;
}

a:link {color: yellow; text-decoration: underline; font-weight: normal;  }
a:visited {color: yellow; text-decoration: underline; font-weight: normal;  }
a:hover {color: red; text-decoration: underline; font-weight: normal; }
a:active {color: white; text-decoration: underline; font-weight: normal;  }

