body {
  font: medium verdana, arial, lucida, sans-serif;
  margin: 0 auto 0;
  padding: 0;
  min-width: 500px;
  max-width: 1250px;
}

body.indexonly {
  background: url("/backgrounds/pineview2.jpg");
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center;
}

.subslink {
  font-size: 14px;
  color: green;
}

.subsnotplayed {
  font-size: 12px;
  color: green;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 4em;
  color: red;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  line-height: 1.85em;
  font-family: arial, verdana, sans-serif;
}

h1 {
  line-height: .75em;
  margin: 0;
}

table {
  padding: 3px;
  border: 3px solid black;
  border-collapse: collapse;
  margin: 0 auto 0;
}

#warning {
  text-align: center;
}

#old {
  width: 98%;
  color: green;
}

#current {
  width: 100%;
}

#sched {
  width: 100%;
  color: red;
  border: 5px solid black;
}

#sched th {
  width: 08%;
}

#players {
  width: 300px;
  padding: 2px;
}

#sched td, #sched th {
  border-collapse: collapse;
  border: 3px solid gray;
  text-align: center;
}

#sched td {
  color: black;
}

#sched th {
  color: orange;
}

.card {
  width: 35px;
  text-align: center;
}

.par {
  width: 35px;
  text-align: center;
}

td, th {
  border: 3px solid black;
  color: maroon;
  padding: 8px;
}

#teams {
  width: 20px;
  color: maroon;
}

#names {
  width: 150px;
}

a:link {
  color: red;
}

a:visited {
  color: purple;
}

a:hover, a:active, a:focus {
  color: #900;
}

#old  tr:focus, #old tr:hover  {
  background: #d1e4ef;
}

#excel  {
  padding: 3px 10px;
}

#sched tr:focus, #sched tr:hover {
  background: lightgreen;
}

#sched td:focus, #sched td:hover {
  color: white;
  background: green;
}

#players td:focus,
#players td:focus,
#players tr:focus,
#players td:hover,
#players tr:hover {
  color: red;
  background: #0044aa;
}

p {
  line-height: 1.5;
}

li {
  padding: .5em 0;
}

#printedby {
  display: none;
}

div.form  {
  line-height: 2em;
  margin: 1em 0;
}

#firstweekmain {
  border-top: 2px solid black;
  width: 2000px;
  color: black;
  padding: 1em;
}

#firstweekcard {
  border-top: 1px solid black;
  width: 990px;
  color: green;
  padding: 10em;
}

