body {
  background-image: url('images/OMBLOMST.jpg');
  background-color: "#000000";
  foreground-color: "#ffffff";
  background-color: transparent
}



h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 175%;
  font-weight: bold;
  color: #0066CC;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #0066CC;
}

h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #0066CC;
}



p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 2em;
  color: black;
}



address {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}



a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
}


a.high {
  font-style: italic;
  font-size: 120%;
 }


:link {
	color: blue;		/* not yet visited */
}

:visited {
	color: purple;		/* visited */
}

:active {
	color: yellow;		/* when link is clicked */
/*	font-weight: bolder; */  
}

:hover {
	color: red;		/* mouse over link */
}
