html {
  height: 100%;
}

body {
  color: #000000;
  background-color: #C8C8C8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  height: 100%;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

p, td, li, input, textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

a {
  color: #990000;
  font-weight: bold;
  text-decoration: underline;
}

b {
  color: #202020;
}

h1 {
  color: #003366;
  font-size: large;
  font-weight: bold;
  margin-top: 0px;
}

h2 {
  color: #003366;
  font-size: medium;
}

h3 {
  color: #003366;
  font-size: small;
}

h4 {
  display: none;
}

h5 {
  display: none;
}

h6 {
  display: none;
}
img {
	border: 0px;
}

