

/* General Specifications */



body {
   background-image:url("backgroundSoftYellow.gif");
   color: black;
   font-family: "Arial", sans-serif;
   font-size: 90%;
}

a:link{color:black;
      text-decoration:underline;
      font-weight: none;
      }

a:visited{color:black;
      text-decoration:underline;
      font-weight: none;
      }

#content {              /* To put the site in the midle of the page */
  position: absolute;
  margin-left: -350px;
  left: 50%;
}


.style1 {
   color: #008CFF;
   font-weight: bold; }
.style3 {
   color: #660099;
   font-weight: bold; }
.style4 {
   color: #FFFFFF;
   font-weight: bold; }

/* Specifications Header */

div.headerTop {
   background-image: url("tournament-header.gif");
   background-repeat: no-repeat;
   background-position: top;
   width: 701px;
   height: 116px;
   margin-left:5px;
   margin-right:5px;
   }

div.header2 {
   background-image: url("footerBottom.gif");
   background-color: #008CFF;
   background-repeat: no-repeat;
   background-position: bottom;
   width: 700px;
   height: 20px;
   margin-left:5px;
   margin-right:5px;

   }
/* Specifications Main part of website */



div#main {
   text-align:left;
   border-color: black;
   height:100%;
   width: 695px;
   min-height: 18.7em;
   margin-top:5px;
   margin-bottom:3px;
   margin-left:20px;
   margin-right:20px;
   }

/* Specifications Footer */

div.footer {
   background-image: url("footerTop.gif");
   background-color: #008CFF;
   background-repeat: no-repeat;
   background-position: top;
   width: 700px;
   height: 1em;
   margin-left:5px;
   margin-right:5px;
   text-align:right;
   }

   #footer a, #footer a:visited  {
   font-size: 60%;
   color: #FFFFFF;
   text-decoration: underline;
   }

div.footerBottom {
   background-image: url("footerBottom.gif");
   background-color: #008CFF;
   background-repeat: no-repeat;
   background-position: bottom;
   width: 700px;
   height: 10px;
   margin-left:5px;
   margin-right:5px;
   }




/* Start of menu properties */

div.menuYellow1 {
   position: absolute;
   height:20px;
   width:120px;
   margin-top:79px;
   margin-left:50px;
   }

div.menuYellow2 {
   position: absolute;
   height:20px;
   width:100px;
   margin-top:79px;
   margin-left:165px;
   }

div.menuYellow3 {
   position: absolute;
   height:20px;
   width:100px;
   margin-top:79px;
   margin-left:255px;
   }

div.menuYellow4 {
   position: absolute;
   height:20px;
   width:140px;
   margin-top:79px;
   margin-left:345px;
   }

div.menuYellow5 {
   position: absolute;
   height:20px;
   width:190px;
   margin-top:79px;
   margin-left:445px;
   }

div.menuYellow6 {
   position: absolute;
   height:20px;
   width:60px;
   margin-top:79px;
   margin-left:620px;
   }



   #y1, #y2, #y3, #y4, #y5 {
      color: blue;
      font: 100%;
      font-weight: bold;
      margin-top:0px;
      margin-left:5px;
      }

   #y1 a, #y2 a, #y3 a, #y4 a, #y5 a   {
      color: navy;
      font: 100%;
      font-weight: bold;
      text-decoration: none;
      margin-top:0px;
      margin-left:5px;
      text-decoration: none;
      }

   #y1 a:hover, #y2 a:hover, #y3 a:hover, #y4 a:hover, #y5 a:hover {
      color: blue;
      text-decoration: underline;
      border: 0px solid gray;
      }


   #b {
      color: #000;
      font: 100%;
      font-weight: bold;
      margin-top:0px;
      margin-left:5px;
      text-decoration: none;
   }
   #b a  {
      color: #FFFBF0;
      font: 100%;
      font-weight: bold;
      margin-top:0px;
      margin-left:5px;
      text-decoration: none;
      }
   #b a:hover{
      color: #000;
      text-decoration: underline;
      border: 0px solid gray;
      }


ul {
  list-style-type: none;
  width: 100%; /* precision for Opera */
  }

/** .menuYellow a {

  margin: 0 2px;
  width: 120px;
  height: 20px;
  display: block;
  text-align: center;
  border: 1px solid gray;
  text-decoration: none;
  font-weight:bold;
  color: #000;
  }

.menuYellow a:hover {
  background-color: pink;
  font-color:black;
  font-weight:bold;

  }

.menuYellow a:active {
  background: pink;
  border: 1px solid gray;
  color: #fff;
  }
  */

/* Content specifications */
H1 {
   font-size: 20px;
   color: 000;
   font-weight: bold;
   }
H2 {
   font-size: 16px;
   color: 000;
   font-weight: bold;
   }

#smalllink a:link{color:black;
      text-decoration:underline;
      font-weight: none;
      }

#smalllink a:visited{color:black;
      text-decoration:underline;
      font-weight: none;
      }
TABLE { width: 600;
       font-family: arial;
  }
TH {
    background-image:url("../hall-of-fame/flags/headerbalk.gif");
    border:1;
    border-color:grey;
    color:black;
    height:28;
  }

TD { height: 15;
   }

TD.header { text-align: center;
       font-weight:bold;
       }

TD.optional { height: 5;


