/* styles for general html elements */

html, body {
  color: #333;
  font-family: verdana, arial, "Trebuchet MS", Tahoma, lucida, helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #000;
  height: 100%;
}

body, th, td {
  font-size: 10pt;
}

p {
  margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: Tahoma, helvetica;
  margin-top: 0;
  margin-bottom: 0.5em;
  padding: 0;
}
h1 {
  font-size: 17pt;
}
h2 {
  font-size: 16pt;
}
h3 {
  font-size: 13pt;
}
h4 {
  font-size: 10pt;
}
h5 {
  font-size: 9pt;
}

h1 {
  border-bottom: 1px solid #CCC;
}
h1 em, h2 em {
  font-style: normal;
  color: #666;
}

a {
  color: #333388;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a img {
  border: 0px solid transparent;
}
a:hover img {
  border: 0px solid #CCC;
}
