/* CSS Document */

<style type="text/css">

a:link {
	color: #886000;
}
a:visited { 
	color: #886000;
}
a:active { 
	color: #FFB400;
}
a:hover { 
	text-decoration: none;
	color: #886000;
}


.meny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #886000;
	text-decoration: none;
	line-height: 35pt;
	font-weight: 200;
}

A.meny {
	color: #886000;
	text-decoration: none;	
	
}
A.meny:visited {
	color: #886000;
	text-decoration: none;	
	
}

.articles {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12pt;
	color: #000000;	
	
}

.articleSummary {
	color: #000000;
	text-decoration: none;	
}
.articleSummary:hover {
	color: #000000;
	text-decoration: none;
}

.articleSummary:visited {
	color: #000000;
	text-decoration: none;
}

.readfull {
	color: #886000;
	text-decoration: underline;
}



.small {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

A.nunderline {
	text-decoration: none;  
}


.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #333333;
	text-decoration: none;
	border: 1pt solid #999999;
}
.button {
	border : 1px solid #000033;
	width : 45px;
	height : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : #EEEEEE;
}

