body {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;

  font-family: Arial;
  color: #000000;
  font-size: 12pt;

  scrollbar-face-color : #F04A00;
  scrollbar-highlight-color : #6F9D12;
  scrollbar-3dlight-color : #F04A00;
  scrollbar-shadow-color : #007F00;
  scrollbar-darkshadow-color : #6F9D12;
  scrollbar-track-color : #6F9D12;
  scrollbar-arrow-color : #004623;
}

#header {
  margin: 20px;
  padding: 10px;
  height: 100px;
}

#left {
  position: absolute;
  left: 15px;
  top: 160px;
  width: 200px;
}

#center {
  top: 0;
  margin-left: 230px;
  margin-right: 230px;
}

#right {
  position: absolute;
  right: 15px;
  top: 160px;
  width: 200px;
}

A:link {
  text-decoration: none;
  color:#F04A00;
  font-weight: bold;
}

A:visited {
  text-decoration: none;
  color:#F04A00;
  font-weight: bold;
}

A:hover {
  text-decoration: underline;
  color:#F04A00;
  font-weight: bold;
}

A:active {
  text-decoration: none;
  color:#F04A00;
  font-weight: bold;
}

span {
  float:left;
  font-size:250%;
  font-family:Arial;
}

h1 {
  font-family:Arial;
  font-size:250%;
  font-weight:normal;
}

