/* CSS1 Style Sheet for Fishwick Hall Golf Club Web Site by Chris Wren */

/* Main Body Styles */

 BODY {
  background-color: transparent;
  color: black;
  font-family: verdana, sans-serif;
 }

 BODY.menu {
  background-color: teal;
  font-family: Verdana, sans-serif;
  color=black;
  text-align: left;
  margin-left: 5%;
 }

 H1 {
  font-size: medium;
  font-weight: bold;
  text-align: left;
 }

 H2 {
  font-size: medium;
  font-weight: bold;
  text-align: center;
 }

 H3 {
  color: white;
  background: blue;
  font-size: medium;
  font-weight: bold;
  text-align: left;
 }

 P {
  color: black;
  font-size: x-small;
  font-weight: normal;
 }

 P.news {
  color: blue;
  font-weight: bold;
  font-size: xx-small;
 }

 P.bottom {
  background-color: blue;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: xx-small;
 }

 P.key {
  background-color: red;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: xx-small;
 }

 P.yellow {
  background-color: yellow;
  color: blue;
  font-weight: bold;
  font-size: xx-small;
 }

 LI {
  color: black;
  font-size: x-small;
  font-weight: normal;
 }

 P.rule {
  color: red;
  font-size: small;
  font-weight: bold;
 }

 P.subrule {
  color: green;
  font-size: x-small;
  font-weight: bold;
 }

 P.penalty {
  color: blue;
  font-size: x-small;
  text-align: center;
  font-weight: bold;
 }

 P.footer {
  color: blue;
  font-size: xx-small;
  font-weight: bold;
  text-align: center;
 }

 TH.Home {
  color: white;
  background: blue;
  font-size: large;
  font-weight: bold;
  text-align: center;
 }

 TH {
  color: white;
  background: blue;
  font-size: medium;
  font-weight: bold;
  text-align: center;
 }

 TH.board {
  border: thin solid black;
  color: yellow;
  background: brown;
  font-size: small;
  font-weight: bold;
  text-align: center;
 }

 TD.small {
  border: thin solid blue;
  color: black;
  background: white;
  font-size: xx-small;
  font-weight: bold;
 }

 TD.smallred {
  border: thin solid blue;
  color: black;
  background: red;
  font-size: xx-small;
  font-weight: bold;
 }

 TD.smallyellow {
  border: thin solid blue;
  color: black;
  background: yellow;
  font-size: xx-small;
  font-weight: bold;
 }

 TD.smallgreen {
  border: thin solid blue;
  color: black;
  background: lightgreen;
  font-size: xx-small;
  font-weight: bold;
 }

 TD.large {
  border: thin solid blue;
  color: black;
  background: lightblue;
  font-size: medium;
  font-weight: bold;
 }

 TD.green {
  border: thin solid blue;
  color: black;
  background: lightgreen;
  font-size: x-small;
  font-weight: bold;
 }


 TD.blue {
  border: thin solid blue;
  color: black;
  background: lightblue;
  font-size: x-small;
  font-weight: bold;
 }

 TD.white {
  border: thin solid blue;
  color: black;
  background: white;
  font-size: x-small;
  font-weight: bold;
 }

 TD.orange {
  border: thin solid blue;
  color: black;
  background: orange;
  font-size: x-small;
  font-weight: bold;
 }

 TD.TEAL {
  border: thin solid blue;
  color: black;
  background: TEAL;
  font-size: x-small;
  font-weight: bold;
 }

 TD.yellow {
  border: thin solid blue;
  color: black;
  background: yellow;
  font-size: x-small;
  font-weight: bold;
 }

 TD.red {
  border: thin solid blue;
  color: black;
  background: red;
  font-size: x-small;
  font-weight: bold;
 }

 TD.redfont {
  border: thin solid blue;
  color: red;
  background: white;
  font-size: x-small;
  font-weight: bold;
 }

 TD.smallredfont {
  border: thin solid blue;
  color: red;
  background: white;
  font-size: xx-small;
  font-weight: bold;
 }

 TD.board {
  border: thin solid black;
  color: yellow;
  background: brown;
  font-size: xx-small;
  font-weight: bold;
  text-align: center;
 }

/* Header Styles */

 BODY.header {
  background-color: teal;
 }

 H1.logo {
  border: thin solid teal;
  color: white;
  font-family: Verdana, sans-serif;
  font-size: small;
  font-weight: bold;
  background: teal;
  text-align: center;
 }

/* Menu Styles */

 BODY.lmenu {
  background-color: red;
  font-family: Verdana, sans-serif;
  color=black;
  text-align: left;
  margin-left: 5%;
 }

 BODY.gmenu {
  background-color: blue;
  font-family: Verdana, sans-serif;
  color=black;
  text-align: left;
  margin-left: 5%;
 }

 BODY.smenu {
  background-color: green;
  font-family: Verdana, sans-serif;
  color=black;
  text-align: left;
  margin-left: 5%;
 }

 TD.menu_title {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: small;
  text-transform: uppercase;
  text-align: center;
 }

 TD.menu_title_gents {
  background-color: lightblue;
  color: blue;
  font-weight: bold;
  font-size: x-small;
  text-transform: uppercase;
  text-align: center;
 }

 TD.menu_title_ladies {
  background-color: pink;
  color: red;
  font-weight: bold;
  font-size: x-small;
  text-transform: uppercase;
  text-align: center;
 }

 TD.menu_title_seniors {
  background-color: lightgreen;
  color: green;
  font-weight: bold;
  font-size: x-small;
  text-transform: uppercase;
  text-align: center;
 }

 TD.menu_header {
  border: none;
  background: yellow;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: xx-small;
  text-align: center;
 }

 TD.menu_header_g {
  border: none;
  background-color: white;
  color: blue;
  font-weight: bold;
  text-transform: uppercase;
  font-size: xx-small;
  text-align: center;
 }

 TD.menu_header_l {
  border: none;
  background-color: white;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  font-size: xx-small;
  text-align: center;
 }

 TD.menu_header_s {
  border: none;
  background-color: white;
  color: green;
  font-weight: bold;
  text-transform: uppercase;
  font-size: xx-small;
  text-align: center;
 }

 TD.menu_item {
  border: none;
  background-color: teal;
  color: white;
  text-transform: uppercase;
  font-size: xx-small;
 }

 TD.menu_item_g {
  border: none;
  background-color: blue;
  color: black;
  text-transform: uppercase;
  font-size: xx-small;
 }

 TD.menu_item_l {
  border: none;
  background-color: red;
  color: white;
  text-transform: uppercase;
  font-size: xx-small;
 }

 TD.menu_item_s {
  border: none;
  background-color: green;
  color: white;
  text-transform: uppercase;
  font-size: xx-small;
 }

 LI.menu_item {
  border: none;
  background-color: teal;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: xx-small;
 }

 LI.menu_item_g {
  border: none;
  background-color: blue;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: xx-small;
 }

 LI.menu_item_l {
  border: none;
  background-color: red;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: xx-small;
 }

 LI.menu_item_s {
  border: none;
  background-color: green;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: xx-small;
 }

 H1.menu {
  border: thin solid red;
  color: white;
  font-family: Verdana, sans-serif;
  font-size: x-small;
  font-weight: bold;
  background: red;
  text-align: center;
 }

 H6.menu {
  border: thick solid blue;
  color: white;
  text-align: right;
  background: "blue";
  font-family: sans-serif;
  font-weight: bold;
  font-size: small;
 }

 P.menuhead {
  background-color: teal;
  color: black;
  font-weight: bold;
  font-size: xx-small;
 }

 P.menuhead1 {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: xx-small;
 }

 P.menu {
  background-color: teal;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: xx-small;
 }

 P.gmenu {
  background-color: blue;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: xx-small;
 }

 P.lmenu {
  background-color: red;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: xx-small;
 }

 P.smenu {
  background-color: green;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: xx-small;
 }

 A:hover {
  color: red;
  background-color: white;
 }
 A.menu:link {
  color: white;
 }
 A.menu:visited {
  color: white;
 }
 A.menu:hover {
  color: blue;
  background-color: white;
 }
 A.gmenu:link {
  color: white;
 }
 A.gmenu:visited {
  color: white;
 }
 A.gmenu:hover {
  color: blue;
  background-color: white;
 }
 A.lmenu:link {
  color: white;
 }
 A.lmenu:visited {
  color: white;
 }
 A.lmenu:hover {
  color: red;
  background-color: white;
 }
 A.smenu:link {
  color: white;
 }
 A.smenu:visited {
  color: white;
 }
 A.smenu:hover {
  color: green;
  background-color: white;
 }
