/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color:#0076a3;

}

p {
	margin-bottom: 10px;
}

h3 {
	font-size:18px;
	margin:15px 0px 10px 0px;
	color:#6dcff6
}

h2 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px
}

.sone_forside {
	font-size: 12px;
	font-weight:bold;
	background-color:#eff8fd;
}

.stor {
	font-size:14px;
	line-height:2em;
}

.vanlig {
	font-size: 12px;
	line-height:1.7em;
}

.liten {
	font-size: 10px;
	line-height:1.3em;
}

#nyhet_header {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}

#nyhet_tekst {
	margin-bottom:10px;
}

A:link {
	text-decoration: underline;
	color:#0076a3;
}
A:visited {
	text-decoration: underline;
	color:#0076a3;
}
A:hover {
	color: #ed1c24; 
	text-decoration: none;
}
A:active {
	text-decoration: underline;
	color:#0076a3;
}