BODY{
  color : black;
  background-color : #f0ffe6;
  background-repeat : no-repeat;
  background-attachment : fixed;
}
A{
  color : #fa5000;
  text-decoration: underline;
}
A:VISITED{
  color : #808080;
  text-decoration: underline;
}
A:HOVER{
  color : #008000;
  text-decoration: underline;
}
A:ACTIVE{
  color : #008080;
  text-decoration: underline;
}
P{
  line-height : normal;
}
.box {
  border: 1pt solid #000000;
}

