html {
 }
body {
  font-family: Arial, Helvetica, sans-serif; 
  color: #400000; 
  background-color: #E0D09F;
}
h1, {color: #400805; }

p { margin-left: 10px;  }

a:link {
  text-align: center;
  color: #8782FF;
  font-weight:bold; 
}
a:visited {color: blue; }

a:hover, a:active {color: red; }

td {
text-align: center; }

  div.c1 {text-align: center}

.div2 {
  width: 300px;
  height: 100px;  
  padding: 50px;
  border: 11px solid red;

}