BODY.top {
  background-color: #75759B;
  background-image: url("ground.gif");
  background-repeat: repeat;
  background-attachment: fixed;
  color: white;
  font-family: arial, helvetica, verdana;
  text-align: left;
  margin: 0px 0px 0px 0px;
}
BODY.left {
  background-color: #75759B;
  background-image: url("ground.gif");
  background-repeat: repeat;
  background-attachment: fixed;
  color: white;
  font-family: arial, helvetica, verdana;
  text-align: left;
}
BODY.border {
  background-color: #75759B;
  background-image: url("wall.gif");
  background-repeat: repeat;
  background-attachment: fixed;

  color: white;
  font-family: arial, helvetica, verdana;
  text-align: left;
}
BODY {
  background-color: #75759B;
  color: white;
  font-family: arial, helvetica, verdana;
  text-align: left;
}
IMG.logo2 {
  border-style: solid;
  border-color: black;
  border-width: 2;
}
A,A:visited,A:active {
  font-weight: bold;
  text-decoration: none;
  color: #EEA47D;
}
A:hover {
  font-weight: bold;
  text-decoration: underline;
  color: red;
}
DIV.ini {
  border-style: solid;
  border-color: black;
  border-width: 2;
  font-family: courier;
  background-color: #FFFFFF;
  color: black;
}
STRONG.title {
  font-family: arial, helvetica, verdana;
  font-weight: bold;
  font-size: xx-large;
}