body {
     background-color: silver;
     width: 760px; 
     height: auto;
}
a:link { color:blue; }
a:visited { color:purple; }
a:active { color:green; }
a:hover { color:yellow; }
h1 {
  color: blue;
  font-family: bookman old style, Times New Roman, Georgia, serif;
  font-size: 3em;
  text-align: left;
  margin-left: 4em;
  margin-bottom: -0.5em;
  margin-top: .5em;
  fixed-width: 760px;
}
h2 {
  color: blue;
  font-family: bookman old style, Times New Roman, Georgia, serif;
  font-size: 1.5em;
  text-align: left;
  margin-left: 10em;
  margin-bottom: -.8em;
   fixed-width: 760px;
}
p {
 color: blue;
 font-family: bookman old style, Times New Roman, Georgia, serif;
 font-size: 1.25em;
 text-align: center;
 margin-left: -0.9em;
 margin-bottom: .5em;
 fixed-width: 760px;
} 
.special {
        text-align: left;
        margin-left: .5em;
        margin-bottom: -0.9em;
        margin-top: 1.75em;
}
hr {
  border: none;
  background-color: yellow;
  color: yellow;
  height: .5em;
  width: 100%;
}
img {
   border: 2px solid black;
   fixed;
}
.side {
     text-align: left;
     margin-left: 1em;
     margin-top: -0.90em;
}
.sidebar {
        text-align: center;
        font-size: 1em;
        font-family: Century Gothic;
        color: red;
        margin-bottom: 1em;
        margin-top: -0.25em;
}
.sidesidebar {
            text-align: center;
            margin-top: -0.8em;
            margin-bottom: 3em;
}
