a:link, a:visited, a:active {
  color: #FFFFFF;
  text-decoration: none;
}

body {
  background-color: #A0A0A0;
  font-family: Arial;
  font-size: 11pt;
  margin: 0% 5%;
}

body.navigate {
  background-color: #808080;
}

h1 {
  font-size: 18pt;
  text-align: center;
}

h3 {
  line-height: 16pt;
  background-color: #C0C0C0;
  margin-bottom: -25px;
}

h3.leftside {
  margin-right: 50%;
}

h3.rightside {
  margin-left: 50%;
}

h4 {
  font-size: 11pt;
  letter-spacing: 5pt;
  color: white;
  font-style: bold;
  text-align: right;
}

h4.alignleft {
  text-align: left;
}

h4.leftside {
  margin-right: 50%;
}

h4.rightside {
  margin-left: 50%;
}

h5 {
  line-height: 22pt;
  background-color: #C0C0C0;
  margin-bottom: -30px;
}

h6 {
  font-size: 16pt;
  letter-spacing: 15pt;
  color: white;
  font-style: bold;
  text-align: right;
}

h6.narrow {
  letter-spacing: 3pt;
}

div {
  text-align: justify;
}

div.notes {
  font-style: italic;
  text-align: right;
}

div.nav {
  border: 3px solid #A0A0A0;
  padding: 6px;
  text-align: center;
  font-size: 10pt;
  letter-spacing: 3pt;
}

div.intro {
  position: relative;
  top: 200px;
  margin-right: 45%;
  border: 5px solid #808080;
  padding: 12px;
  font-size: 16pt;
  letter-spacing: 5pt;
  color: white;
}

div.leftside {
  text-align: left;
  margin-right: 50%;
}

div.rightside {
  text-align: left;
  margin-left: 50%;
}

ul {
  list-style-image: url(pix/ski.gif);
  margin: 0% 0%;
}

li {
  height: 15px;
}

table {
  width: 100%;
}

th {
  line-height: 30pt;
  font-style: italic;
}

td {
  line-height: 10.5pt;
  text-align: center;
}
