  body{
  color: #ffffff;
  background-color: blue;
  background-image : url("wpimg10.jpg");
  background-attachment: fixed;
  background-position:100% 100%;
  background-repeat: no-repeat;
  padding:: 20px;
  font-family: ssans-erif;
  font-size: 95%;
  line-height: 150%;
  letter-spacing : 0.13em;
}
table{
  width: 90%;
  font-family: ssans-erif;
  font-size: 95%;
  line-height: 150%;
  letter-spacing : 0.13em;
}
a {
  text-decoration: none;
}
hr{
  height: 5px;
  background-color: #bfabc8;
  width: 60%;
  border: none;
}
