@import "position.css";

body
  {
  margin-right: 5%;
  background-color: #ccffcc;
  background-image: url(../images/backx.gif);
  background-repeat: repeat-y;
  font-family: verdana, helvetica, sans-serif;
  font-size: 13px;
  }

h1, h2, h3
  {
  font-family: arial, helvetica, sans-serif;
  }

p
  {
  font-family: verdana, helvetica, sans-serif;
  font-size: 13px;
  }

p.widemargin
  {
  font-family: verdana, helvetica, sans-serif;
  font-size: 13px;
  margin-left: 60px;
  }

.heading
  {
  font-family: verdana, helvetica, sans-serif;
  font-size: 20px;
  }

.foot
  {
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
  }

.note
  {
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
  }

a:link
  {
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
  }

a:active
  {
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
  }

a:visited
  {
  font-family: verdana, helvetica, sans-serif;
  font-size: 10px;
  }