.space
 {
  font-family: arial;
  color: #663399;
  font-weight: 900;
  font-variant: small-caps;

  font-size: 16px;
  line-height: 1.75;
 }

.body
 {
  background-color: #ffffff;
  background-image: url("media/no_header.jpg");
  background-repeat: no-repeat;
  background-attachment: none;
  background-position: center 0;
 }

.body2
 {
  background-image: url("media/bg_gold.jpg");
  background-attachment: none;
 }

h1
 {
  font-family: arial;
  color: #663399;
  font-weight: 900;
  font-variant: small-caps;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
 }

h3
 {
  font-family: arial;
  color: #000000;
  font-weight: 900;
  font-variant: small-caps;

  font-style: italic;
  font-size: 16px;
 }

.maintext
 {
  font-family: arial;
  color: #000000;
  font-weight: 100;
  font-size: 14px;
  text-align: justify;
 }

p
 {
  font-family: arial;
  color: #000000;
  font-weight: 100;
  font-size: 14px;
  text-align: justify;
 }

a
 {
  font-family: arial;
  color: #666699;
  font-weight: 900;
  font-variant: small-caps;

  font-size: 16px;
  font-style: normal;
  text-decoration: none;
 }

a:link
 {
  color: #666699;
 }

a:visited
 {
  color: #666699;
 }

a:active
 {
  color: #666699;
 }

a:hover
 {
  color: #666699;
 }