a:link {
              color: #0000ff;
}

a:visited {
              color: #800080;
}

a:hover, 
a:active {    color: #ff0000;
}

body {
  text-align           : center;
  background           : #1a160d url("image28.jpg");
  background-attachment: fixed;
  color                : #ffffff;
  font-size            : 20px;
  font-style           : italic;
  font-weight          : bold;
  font-family          : Comic Sans MS, Sans-Serif;
}

hr {
  width                :500px
}