body {
  /* background-color: lightgrey; /**/
  /* background-color: lightblue; /**/
  /* background-image: url(Pics/BackGround.jpg); */
  color: black;
  font-size: 16pt;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  /* background-color: blue; */
  color: black;
  text-decoration:none;
}

h1 {
  /* background-color: red; */
  color: darkgray;
  font-size: 40pt;
  text-align: center;
}

h1 a {
  /* background-color: red; */
  color: darkgray;
}

h2 {
  /* background-color: red; */
  font-size: 20pt;
  text-align: left;
}

h2 a {
  /* background-color: red; */
}

ul {
  text-align: center;
}

td {
  text-align: center;
}

body.title {
  font-size: 50pt;
  text-align: center;
}

table.contents {
  text-align: center;
}


table.contents td {
  font-size: 15pt;
  text-align: left;
}

p {
  /* background-color: red; */
  text-align: center;
}


table.honour  {
  font-size: 10pt;
  color: black;
}

p.honour {
  /* background-color: red; */
  text-align: center;
}


table.handicap {
  color: black;
}

table.handicap td {
  color: black;
  font-size: 8pt;
}

table.handicap td {
  color: black;
  font-size: 8pt;
}

table.handicap th {
  color: black;
  font-size: 8pt;
}

ul.handicap {
  text-align: left;
}

h2.handicap {
  text-align: left;
}


body.rules {
  /* background-color: lightgrey; /**/
  /* background-color: #EEEEFF; /**/
  color: darkgray;
  font-size: 12pt;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

body.rules h1 {
  color: darkgray;
  font-weight: bold;
  font-size: 30pt;
  text-align: center;
}

body.rules h2 {
  color: darkgray;
  font-weight: bold;
  font-size: 16pt;
  text-align: left;
}

body.rules h3 {
  color: darkgray;
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
}

body.rules ul {
  text-align: left;
  font-weight: bold;
  color: black;
}

body.rules p {
  text-align: left;
  font-weight: bold;
  color: black;
}

body.news {
  font-size: 20pt;
  text-align: left;
}


