.codeblock {
  overflow:scroll;
  background-color:#fff;
  width:95%;
  border:2px inset;
  }

a:visited,
a:active,
a:link {
  text-decoration: underline;
  }

h1 a:visited,
h1 a:active,
h1 a:link,
h2 a:visited,
h2 a:active,
h2 a:link {
  text-decoration: none;
  }

#cal a:visited,
#cal a:active,
#cal a:link {
  font-weight: bold;
  }

.codesnip{
  background-color:#fff;
  }

blockquote {
  margin: 0 10px 0 30px;
  padding: 10px 0 10px 20px;
  font-size: 88%;
  background: url(http://www.hackolutions.com/quoter.gif) no-repeat top left;
  background-color:#fff;
  }
