.noprint { color: blue;}
.noscreen {color:red; display: none;}
ul      	 { margin-top:6px; margin-bottom:6px ; list-style-image: url('Images/triangle.gif') }
ul ul        { margin-bottom:0px ; list-style-image: url('Images/triangle.gif') }
a:active     { color: #009999; text-decoration: NONE}
a:visited    { color: DARKBLUE; text-decoration: underline}
a:hover      { color: #008080; text-decoration: none;font-weight: underline}
a:link       { color: darkblue; text-decoration: underline}
body         { font-family: verdana, Arial, helvetica;  font-size: 11px; margin-top:0px ;margin-bottom:0px;  margin-right:25px; margin-left:25px}
p            { font-size:11px; margin-top=6px; margin-bottom:0px; margin-left:25px;  margin-right:25px }
h1           { color: #008080;font-weight: bold;font-size: 16px; margin-top:25px;  margin-left:25px; margin-bottom:0px ; }
h2           { font-weight: bold; font-size: 13px; margin-left:25px; color: #008080; margin-bottom:6px; margin-top:15px;}
h3           { font-weight: bold; font-size: 11px; margin-left:25px; font-style: normal;color: #008080 ;  margin-bottom:0px}
h4           { font-weight: bold; font-size: 11px; margin-left:25px;margin-bottom:0px }
h5           { font-weight: bold; font-size: 15px; margin-top:6px; margin-left:95px;margin-bottom:6px }
h6           { font-weight: normal; font-size: 13px; margin-top:0px; margin-left:95px; margin-bottom:0px }

li           { margin-left:0px; margin-right:35px; margin-top:0px; margin-bottom:0px}
td           { font-size:11px}

img 		{margin: 10 10 10 10} /*topp venstre nede høyre avstand til tekst


/* This css class controls the color of highlighted text on the page */
.searchsimonhighlight {
	color: #009999;
}

/* This css class controls the color of "hit highlighting" on the page */
.searchsimonhits {
	background-color: #FFFF00;
}

/* This css class controls the appearance of URLs, File names, sizes and last modified dates */
.searchsimonresultssml, .searchsimonresultssml A {
	color: rgb(120, 120, 120);
}