/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}

body, p, ul {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

td, th {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 75%;
}

td.topline {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
}

em {
  font-weight: bold;
  font-style: italic;
}

code, pre, tt {
  font-family: Courier, "Courier New", monospace;
  font-size: 90%;
}

h1 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 160%;
  font-weight: bold;
  color: #0606a0;
}

h2 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 140%;
  font-weight: bold;
  color: #0606a0;
}

h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  color: #0606a0;
}

h4 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
  color: #0606a0;
}

small {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 85%;
}

a.small {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 85%;
  text-decoration: none;
  font-weight: bold;
}

a:link {
  color: #0606a0;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #0606a0;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}
