/* Make the background white colour .... */
body  {background: #ffffff;
       color: #000000
      }

/* Define the style for heading 1 */
h1    {
       font-family: "times new roman", cursive, serif, sans-serif, arial;
       font-weight: 600;
       font-size: 20pt;
       color: #000000;
      }

h2    {
       font-family: "times new roman", cursive, serif, sans-serif, arial;
       font-weight: 600;
       font-size: 12pt;
       color: #000000;
       clear: both; 
      }

h3    {
       font-family: "times new roman", cursive, serif, sans-serif, arial;
       font-size: 12pt;
       color: #000000;
      }

.newsbox {
  padding: 3px;
  background-color: #CCDDDD;
}

/* Navigation table */

.navtable {
  background-color: #999999;
}

.navbutton {
  background-color: #006666; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px; 
  color: white;
  border-top-color: #339999;
  border-left-color: #339999;
  border-right-color: black;
  border-bottom-color: black;
  border-width: thin;
  border-style: outset;
}

.navbutton A:link {
  text-decoration: none;
  color: 333366;
}

.navbutton A:visited {
  text-decoration: none;
  color: 999999;
}

.navbutton A:hover {
  text-decoration: none;
  color: 000000;
}

.navbutton A:active {
  text-decoration: none;
  color: ffffff;
}

.navhere {
  background-color: #CCDDDD; 
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px; 
  color: white;
  border-bottom-color: #99CCCC;
  border-right-color: #99CCCC;
  border-left-color: #EEFFFFF;
  border-top-color: #EEFFFF;
  border-width: thin;
  border-style: inset;
}

.navhere A:link {
  text-decoration: none;
  color: #333333;
}

.navhere A:visited {
  text-decoration: none;
  color: #333333;
}

/* Add some color to the horizontal rules */

HR {
  color: #006666;
}

.info {
  border: 5px solid #CCDDDD;
  padding: 3px;
}

.battingAnal {
  background-color: #ffffff;
  color: #000000;
  font-size: 8pt;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
}

.small {
  background-color: #ffffff;
  color: #000000;
  font-size: 8pt;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
}

