body {
  color: #252525;
  background-image: url(stuff/bg.gif);
  background-color: #f5f5ff;
  background-repeat: repeat;
  background-attachment: fixed;
}
H2 {
  color: #000000;
  background-color: #5555AA;
  padding: 2 0 2 8;
  width: 100%;
  border: 1px none #5555AA;
  font-weight: bold;
}
H3 {
  color: #ffffff;
  background-color: #80c0c0;
  padding: 5px 5px 5px 5px;
  width: 100%;
  border: 2px solid #a0e0e0;
  font-weight: bold;
  text-align: center;
  margin-left:4em;
  margin-right:4em;

}
/*  filter:Blur(add=true,direction=135);*/
H4 {
  color: #FFFFFF;
  background-color: #b0b076;
  padding: 2 0 0 2;
  width: 100%;
  border: 1px solid #909000;
  font-weight: bold;
}
H5 {
  font-size: 1em;
  font-weight: bold;
}
a:link {
  color: #0000b0;
  background-color: transparent;
  text-decoration: underline
}
a:visited {
  color: #808080;
  background-color: transparent;
  text-decoration: none
}
a:active {
  color: #ffa000;
  background-color: #808080;
  text-decoration: underline;
}
a:hover {
  color: #ffa000;
  background-color: transparent;
  text-decoration: underline;
  position: relative;
  top: -2px
}
.header {
  font-size: 80%;
  padding: 1 1 1 10;
  background-color: #ffffa0;
  border: 1px solid #ffffc0;
}
.footer {
  font-size: 80%;
  text-align: center;
}
HR{
  color: #80c0c0;
}
IMG{
  filter:Chroma(color=#ffffff);
  border: 1px solid #ffffff;
}
P{
  text-indent:1.0em;
  margin-left:20px;
  margin-right:20px
}

