body {
  /* background-color: lightgrey; /**/
  background-color: #1e1e4e; /**/
  color: blue;
  font-size: 10pt;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  /* background-color: red; */
  font-size: 14pt;
  font-style: normal;
  color: lightyellow;
}

h1 {
  /* background-color: red; */
  color: #1010e0;
  font-style: italic;
  font-size: 30pt;
  text-align: center;
}

h2 {
  /* background-color: red; */
  font-size: 20pt;
  text-align: left;
  font-style: italic;
  text-align: center;
}

h2 a {
  /* background-color: red; */
  font-size: 16pt;
  font-style: normal;
}

ul {
  text-align: center;
}

td {
  text-align: center;
  color: #b1b1ff;
}

th {
  text-align: center;
  color: #b1b1ff;
}

p {
  /* background-color: red; */
  text-align: center;
  color: white;
}

table.honour  {
  font-size: 10pt;
}

p.honour {
  /* background-color: red; */
  text-align: center;
}

table.handicap td {
  color: yellow;
  font-size: 8pt;
}

ul.handicap {
  text-align: left;
}

h2.handicap {
  text-align: left;
}

body.rules {
  /* background-color: lightgrey; /**/
  /* background-color: white; /**/
  background-color: #EEEEFF; /**/
  color: black;
  font-size: 12pt;
  font-weight: normal;
  font-family: Impact, Helvetica, sans-serif;
}

body.rules h1 {
  color: #1010e0;
  font-style: bold;
  font-size: 30pt;
  text-align: center;
}

body.rules h2 {
  color: #7777FF;
  font-size: 16pt;
  text-align: left;
  font-style: bold;
}

body.rules h3 {
  color: #9999FF;
  font-size: 14pt;
  text-align: left;
  font-style: bold;
}

body.rules ul {
  text-align: left;
  font-style: bold;
}

body.rules p {
  text-align: left;
  color: black;
}

