/* BASIC DESIGN*/
BODY {
  font: normal;
  font-size: 11pt;
  font-family: "lr@","serif";
  color: #660000;
  background: #ffffff url() repeat fixed 20px 20px;
  text-align: center; 
  margin: 10px;
  border: 5px;
  padding: 5px;
}

H1 { color: #6b8e23;
  font-size: 14pt;
  font-style: bold;
  text-align: center;
}

H2 { color: #cc0033;
  font-size: 13pt;
  text-align: center;
}

H3 { color: #cc0033;
  font-size: 12pt;
  text-align: left;
}

P { color: #804000;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
}

SPAN { color: #cc0033;
  font-size: 11pt;
  font-weight: normal;
  font-style: normal;
}

A:link {
  color: #008000;
  text-decoration: none;
} 

A:active {
  color: #32cd32;
  text-decoration: none;
} 

A:visited {
  color: #808000;
  text-decoration: none;
} 

A:hover {
  position:relative;
  top:2;
  left:2;
}
