/* CSS Document */
body {
	font-family: helvetica, arial, sans;
	color: black;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	
}
p {
 margin-top: 0px;
 
	margin-bottom: 0px;	
}
p.dato {
	font-style: italic;
	
}
p.tittel {
	font-size: 16px;
	font-weight: bold;
	
}
p.info {
	
}
p.meny {
font-size: 18px;

}
table {
border: 0;
cellpadding: 0;
cellspacing: 0;
}
td {
	vertical-align: top;	
}
td.hoved {
	vertical-align: bottom;	
	text-align: left;
}
td.bottom {
	vertical-align: middle;	
}
a{
   color : #000055;
   text-decoration : underline;
   font-style:normal
}

a:Hover{
   color : #0000FF;
   text-decoration : underline;
}