/* cjname.top.css - a simple style sheet */

body {
  background:
    silver 
    url(images/Chris96fuzz.jpg)
    0%
    100%
    no-repeat
    fixed;
}

h1.title {
  margin-top: 2em; margin-bottom: 1em;
  text-align: right;
}

h2.subhead {
  text-align: right;
}

div.colorblock {
  background: silver; /* or rgb(204,204,255); */
  padding: 0.5em;
  border: none;
}

:link { /* for unvisited links */
  color: rgb(0, 0, 153) 
}

:visited { /* for visited links */
  color: rgb(153, 0, 153)
}

a:active { /* when link is clicked */
  color: rgb(255, 0, 102) 
}

a:hover {/* when mouse is over link */
  color: rgb(0, 96, 255)
} 

a {
  background: inherit;
}

pre {
  font-family: "courier new bold", "courier", monospace;
}

div.footer {
  font-family: "times new roman", "times new", "times", serif;
  font-size: small;
  background: inherit;  /* previous #F5F5F5; */
}

