/* colours */
body {
  background-color: #003333;
  }
th {
  color: #66cccc;
}
h2
  {
  color: #ffff99;
  }
a:link,
a:visited,
a.white:hover,
h3,
table.schedule td.time,
table.staff td.title
  {
  color: #66cccc;
  }
.navbar 
  {
  background-color: #66cccc;
  }
a:hover,
.navbar .selected
  {
  color: #ff6600;
  }
a.white:link, 
a.white:visited,
h1,
td,
li,
p,
pre
  { 
  color: #ffffff;
  }
h2
  {
  color: #ffff99;
  }
/* type */
body,
h3,
li,
p, 
td,
th
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13pt;
  }
p.backref,
.small {
  font-size: 11pt;
  }
.copyright {
  font-size: 10pt;
  }
p.backref { font-style: italic ;}
h1,
h2
  {
  font-family: Optima, Arial, Helvetica, sans-serif;
  font-weight: normal;
  }
h1 {
  font-size: 35pt;
  }
h2 {
  font-size: 27pt;
  }
h3 {
  text-transform: uppercase;
  }
table.schedule td.time,
table.staff td.title
  {
  padding-right: 1em;
  }
/* margin and padding */
body 
  {
  margin: 41px 41px 0px 41px;
  padding: 0px 0px 0px 0px;
  }
td, th
  {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  }
/* specific features */
body.uknsc table.schedule td.time { text-align: right; width: 7em; }
body.uknsc table.schedule td.event { font-style: italic; }
body.uknsc table.staff td.title { text-align: right; }
p.p1, p.p2 {
  text-align: justify; margin-top: 0.25em; margin-bottom: 0.25em;
  }
p.p1, p.p1gap {
  text-indent: 2em;
  }
/* champ table */
table.champ th, table.champ td { 
  padding: 0.1em 0.5em
  }
table.champ td.year { color: #66cccc; }
table.champ th { color: #ffff99; text-align: left;  }
table.champ td { vertical-align: top; }
table.staff td { vertical-align: top; }
/* pgm */
table.gamelog td {
  padding: 0px 0.5em;
}
/* standings */
table.standings .rank { text-align: right; }
table.standings .wl { text-align: center; }
table.standings .spread { text-align: right; }
table.standings .player { text-align: left; }
table.standings th,
table.standings td { padding: 0.1em 0.5em }
