Body {
 background-color: #558000
}
h1 {
text-align: center;
}
p {
border-style: dotted;
text-align: center;
}
p1 {
background-color: #b38600
}
p.content {
   background: yellow;
   color: red;
   text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

footer {
background-color: red;
color: blue;
text-align: center;
font-size: 8;
}
a:link {
  color: red;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
  }