* {
  font-family: Arial, Courier;
}

html, body, img, th, td, table, div {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  overflow: auto;
  padding: 10px;
  background-image: url("images/backgrnd.png");
  background-repeat: no-repeat;
  background-position: center top;
}

a {
  display: block;
  border-top: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  float: left;
  margin: 2px;
}

a:hover {
  border-top: 1px solid #0000ff;
  border-left: 1px solid #0000ff;
  border-right: 1px solid #000080;
  border-bottom: 1px solid #000080;
}

.text {
  font-size: 10pt;
  font-style: normal;
  font-weight: bold;
  padding: 18px 0 6px 0;
  clear: both;
}

.c, h1 {
  text-align: center;
}

h1 {
  text-decoration: underline;
}
