body {
  margin: 0px;
  background-color: #A3A6BB;
  background-image: url(images/back.gif);
  background-repeat: repeat-y;
  color: #5E6175;
  font-family: verdana, sans-serif;
  font-size: 10pt;
}
h1 {
  text-align: center;
  letter-spacing: .8em;
  font-size: 18pt;
  line-height: 14pt;
}
h2 {
  text-align: right;
  background-color: #A3A6BB;
  letter-spacing: .5em;
  font-size: 12pt;
  line-height: 15pt;
}
p {
  text-align: justify;
}
a:link,a:visited {
  color: #F5F6FF;
  text-decoration: none;
  cursor: crosshair;
  font-weight: bold;
}
a:active,a:hover {
  color: #F5F6FF;
  text-decoration: underline;
  cursor: crosshair;
  font-weight: bold;
}
ul {
  list-style-type: square;
}
img {
  border: 0px;
}
#toppic {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#content {
  position: absolute;
  top: 445px;
  left: 25px;
  width: 640px;
  padding-bottom: 5px;
  z-index: 2;
}
