/* $Id: screen.css,v 1.0 2005/06/16 15:36:21 majorsdd Exp $ */

body {
  padding: 1em;
  font-family:  Tahoma, Verdana, Arial, sans-serif;
}
h1 {
  color: #666;
}
h2 {
  color: #999;
}
h3 {
  color: #999;
}
a, a:visited {
  color: #090;
  text-decoration: none;
}
a:hover, a:active {
  color: #600;
  text-decoration: underline;
}
hr {
  color: #600;
  background-color: #600;
  height: 4px;
  width: 75%;
}

.codeblock {
  border: solid #fcc;
  border-width: thin;
  background-color: #cfc;
}
.noteblock {
  border: dashed #990;
  border-width: thin;
  background-color: #ffc;
}
.coltitle {
  text-decoration: underline;
  font-weight: bold;
  font-size: 80%;
}
.noseeem {
  display: none;
  visibility: hidden;  
}

