div {
  border: 0px solid white;
}
body  {
  margin: 0px; 
  padding:0;
  width: 760px;
  color: #FFFFFF;

  font-family: Times, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: #CCAB94;
  background-image: url('../images/degrade.jpg');
  background-attachment: fixed;
  background-repeat: repeat-x;
}
a, a:link, a:active, a:visited, a:hover { 
  text-decoration:none;
  border: 0px;
  font-weight: bold;
  color: black;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  text-decoration: none;
}
span {
  margin: 0;
  padding :0;
}
img {
  border: 0;
}
ul,li {
  list-style-position: outside;
  margin: 0;
  padding-left: 20px;
  text-indent: 0em;
}
h1 {
  margin-top: 0px;
}
p {
  text-align: justify;
}
.spacer {
  both: clear;
}
