h1
{
	font-family: verdana;
	font-size: 24px;
	line-height: 24px;
}

.overskrift
{
	font-family: verdana;
	color: black;
	font-size: 12px;
	font-weight: bold;
}


.artikkel
{
	font-family: verdana;
	color: black;
	font-size: 11px;
}

A.artikkel
{
	font-family: verdana;
	color: #0000cc;
	font-size: 11px;
	text-decoration : none;
}

A.artikkel:active
{
	font-family: verdana;
	color: #0000cc;
	font-size: 11px;
	text-decoration : none;
}

A.artikkel:hover
{
	font-family: verdana;
	color: #6666ff;
	font-size: 11px;
	text-decoration : underline;
}

A.artikkel:visited:hover
{
	font-family: verdana;
	color: #0000cc;
	font-size: 11px;
	text-decoration : none;
}
