H1, H2, H3, H4, H5, H6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  color: silver;
}
a:link { color: silver }
a:visited { color: silver }
a:active { color: silver }
a:hover { background: black; color: #FF0000 }
body {
  text-align: center; 
  color: silver;
  background: black;
  background-image: url(bakgrunn.jpg);
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12pt;
  margin-left: 200px;
  margin-right: 5%;
}
.grey{
  color: #000000;
  background: #DDDDDD;
}
.white{
  color: #000000;
  background: #FFFFFF;
}
.bold{
  font-weight:bold;
}
.normal{
  font-weight:normal;
}
.message{
  color: #000000;
  background: #FFFFAA;
  border-width: thin;
  border-style: solid;
  padding: 10pt;
  font-weight:bold;
}