
body,table {                 /*EDIT */
            font-family:verdana,arial,sans-serif;font-size:10pt;
            text-align:center;
            margin-left:auto;margin-right:auto;}

body   {  background-color:#000000;             
          background-image:url('carbonfibrebg.gif'); 
          /*background-repeat:repeat-x;*/
          color:#FFFFFF;
}

.box{width:100%;border:1px solid orange; border-radius:5px;;background-color:#555555;text-align:center;}

.hidden {display:none;}

#maindiv {text-align:left;
          background-color:#222222;            /*EDIT */
          border:1px solid #0000FF;
          border-radius:5px;
          width:750px;
          margin-left:auto;margin-right:auto;
          padding:10px;

}

/*Game Title and top row of reports*/
h1   {text-align:center;
      background-color:#555555;  /*#000044;  EDIT */
      color:#FFFFFF;
      font-size:12pt;font-weight:bold;
      border:#ff8800 1px solid;
      padding:2px;margin:2px;
      margin-left:auto;margin-right:auto; /* ns center */
      width:723px;
      }

h2 {font-size:11pt;}

a {display:block;width:170px; text-align:center;
   background-color:#FF5A00; 
     text-decoration:none;
     color:black;
     border-width:1px;
     border-style:solid;
     border-color:orange black black orange; 
     border-radius:5px;
}
a:hover {     /*EDIT */
         color:blue;       /*EDIT */
         border-color:#000000 orange orange #000000;         
}

/* responsive design */


/* responsive design for smaller screens*/
@media screen and (max-width: 750px) /* screens less than 750px*/
  {
   #maindiv, h1{width:95%;}

  /* img {max-width: 100%} */
  }
