* .body{
  float:inherit;
  background-color:#260000;
  text-align:center;
  color:#260000;
  font-family: Verdana, Tahoma, Trebuchet MS;
  font-size: 12px;
  font-weight:normal;
  text-decoration: none;
  padding: 25;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.body a:link  {
 color: #800000;
 font-family: Verdana, Tahoma, Trebuchet MS;
 font-size: 12px;
 font-weight: bolder;
 text-decoration: none;
}

.body a:hover {
 color: #FF0000;
 text-decoration: none;
}

