p {
   font-family: "Verdana" , "Trebuchet ms" , "Tempus Sans ITC";
   color: black
   font-size:10pt;
   }



.hovedtekst {	color: black; 
						font-size: 8pt;
						line-height: 150%;
						font-family: "Verdana", "Trebuchet ms", "Tempus Sans ITC" 
						 }

.meldingstekst {	color: red; 
						font-size: 8pt;
						line-height: 120%;
						font-family: "Verdana", "Trebuchet ms", "Tempus Sans ITC" 
						 }


.melding {	   color: black; 
					    font-size: 8 pt; 
						font-family: "Verdana", "Trebuchet ms", "Tempus Sans ITC" }

.litentekst { color: black; 
					font-size: 6pt; 
					font-family: "Verdana", "Trebuchet ms", "Tempus Sans ITC"
					}

.overskrift { color: "black"; 
					font-size: 8pt; 
					font-family: "Verdana", "Trebuchet ms", "Tempus Sans ITC";
					font-weight: bold;
					}

.overskrift2 { color: "black"; 
					font-size: 12pt; 
					font-weight: bold;
					font-family: "Verdana", "Trebuchet ms", "Tempus Sans ITC";
						}

.overskrift3 { color: "#0066AA"; 
					font-size: 12pt; 
					font-family: "Verdana", "Trebuchet ms", "Tempus Sans ITC";
						}

.meny { color: "black"; 
					font-size: 8pt; 
					font-family: "Verdana", "Trebuchet ms", "Tempus Sans ITC";
					color: black;
					}


a {
   font-family: "Verdana" , "Trebuchet ms" , "Tempus Sans ITC";
   color: blue;
   text-decoration:none;
   font-size:8pt;
   }

a:hover{
   color: #00cc00;
   text-decoration:underline;
   }