/* CSS1 Style Sheet for Ashton & Lea Golf Club Web Site */

/* Main Body Styles */

BODY {
  background-color: lightgrey;
  color: maroon;
  font-family: helvetica, tahoma, arial, sans-serif;
 }

 H1 {
  font-size: x-large;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
 }

 H2 {
  font-size: large;
  font-weight: bold;
  text-align: left;
 }

 H3 {
  font-size: medium;
  font-weight: bold;
  text-align: left;
 }

 H4 {
  font-size: small;
  font-weight: bold;
  text-align: left;
 }

 H5 {
  font-size: x-small;
  font-weight: bold;
  text-align: left;
 }

 H1.center {
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
 }

 H2.center {
  font-size: large;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
 }

 H3.center {
  font-size: medium;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
 }

 H4.center {
  font-size: small;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
 }

 H5.center {
  font-size: x-small;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
 }

 LI {
  font-size: small;
 }

 P {
  font-size: small;
 }

 TD {
  font-size: small;
 }

 TH {
  background: lightblue;
  font-size: small;
  font-weight: bold;
  text-align: left;
  border: 1;
 }

 TH.large {
  background: lightblue;
  font-size: large;
  font-weight: bold;
  text-align: center;
  border: 1;
 }

 TD.main {
  background: white;
  font-size: x-small;
  border: 0;
  bordercolor: navy;
 }

 TD.small {
  background: white;
  font-size: xx-small;
 }

 TD.large {
  background: white;
  font-size: medium;
}

 TD.evenrow {
  background: lightgrey;
  font-size: xx-small;
 }

 TD.oddrow {
  background: silver;
  font-size: xx-small;
 }

/* Header & Footer Styles */

 TD.header {
  background-color: maroon;
  color: orange;
  text-transform: uppercase;
  text-align: center;
  font-family: "book antiqua", times, serif;
 }

 TD.footer {
  color: navy;
  font-size: xx-small;
  text-align: center;
 }

/* Menu Styles */

 TD.sectionmenu {
  background-color: lightblue;
  color: maroon;
  font-size: x-small;
  text-align: center
 }

 A.menu:hover {
  color: "white";
  background-color: navy;
  text-decoration: none;
 }
 A.menu:link {
  color: navy;
  text-decoration: none;
 }
 A.menu:visited {
  color: blue;
  text-decoration: none;
 }
 A.menu:hover {
  color: white;
  text-decoration: none;
 }
 
