/*
 * Henrik's css style
 */
body {
  font-family: Geneva, Arial, Helvetica, san-serif;
  background-color: #dedede;
  background: url(background.jpg)
}
.h {
  text-indent: 0.25cm;
  padding: 1;
  color: white;
  backgroundcolor: steelblue;
  font-family: Geneva, Arial, Helvetica, san-serif;
  font-size: 20px;
}
.m {
  background: #f4f4f4;
  text-align: center;
  font-weight: bold
}
a:link {  color: #3333CC; text-decoration: none}
a:visited {  color: #333399; text-decoration: none} 
a:hover {  color: #cc0000; text-decoration: none}
a:active { color: #ff3333 }
