/*
 * UCSD Computer Graphics Laboratory css style
 * by Henrik Wann Jensen (Nov. 2002)
 */
body {
  font-family: Geneva, Arial, Helvetica, san-serif;
  background-color: #000000;
  color: #dddddd;
}
.h {
  text-indent: 0.25cm;
  padding: 1;
  color: white;
  backgroundcolor: steelblue;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 20px;
}
.m {
  background: url(/background.jpg);
  text-align: center;
  font-weight: bold
}
a:link {  color: #abcdef; text-decoration: none}
a:visited {  color: #256cba; text-decoration: none} 
a:hover {  color: #ff3333; text-decoration: none}
a:active { color: #ff3333 }
