/* RAMMEVERK START : følgende deklarasjoner inneholder oppsett av rammeverk */
BODY {
	background-color: white;
	padding: 0;
	text-align: center;
	font-family: verdana; 
	font-size: 12px;
	color: #404040;
}

table 
{
	color: #404040;
	font-family: Verdana;
	font-size: 12px;
}

h2 { color: #28458E; font-family: verdana; }
h3 { color: #28458E; font-family: verdana; }

/* GENERELLE FORMATERINGER START : følgende deklarasjoner inneholder generelle formatereringer  */

A:link 		{ color: #28458E; text-decoration: underline; font-family: verdana; font-size: 12px;}
A:visited 	{ color: #28458E; text-decoration: underline; font-family: verdana; font-size: 12px;}
A:active	{ color: #28458E; text-decoration: underline; font-family: verdana; font-size: 12px;}
A:hover		{ color: #82B0DE; text-decoration: underline; font-family: verdana; font-size: 12px;}

A:link.meny 	{ color: #28458E; font-weight="bold"; text-decoration: none; font-family: Arial; font-size: 12px;}
A:visited.meny 	{ color: #28458E; font-weight="bold"; text-decoration: none; font-family: Arial; font-size: 12px;}
A:active.meny	{ color: #28458E; font-weight="bold"; text-decoration: none; font-family: Arial; font-size: 12px;}
A:hover.meny	{ color: #82B0DE; font-weight="bold"; text-decoration: none; font-family: Arial; font-size: 12px;}



