/* Dette er body'en */
body 	{
		color: #006699;
		font-family: Garamond;
		font-size: 12pt;
		font-weight: normal;
		background-color:#EFEFEF;
		
		scrollbar-face-color: #006699;
		scrollbar-shadow-color: #EFEFEF;
		scrollbar-highlight-color: #EFEFEF;
		scrollbar-3dlight-color: #EFEFEF;
		scrollbar-darkshadow-color: #EFEFEF;
		scrollbar-track-color: #EFEFEF;
		scrollbar-arrow-color: #EFEFEF;
		}

/* Dette er overskrift stiler */
H1		{
		font-size: 50pt;
		font-weight: bold;
		font-family: Garamond;
		}

H2		{
		font-size: 18pt;
		font-weight: bold;
		font-family: Garamond;
		}

H3		{
		font-size: 12pt;
		font-weight: bold;
		font-family: Garamond;
		}
H4		{
		font-size: 10pt;
		font-weight: bold;
		font-family: Garamond;
		}
H5		{
		font-size: 8pt;
		font-weight: normal;
		font-family: Garamond;
		}
/* Dette er link stilen til alt som ikke er definert med egne klasser */
a		{
		color: #006699; 
		font-family: Garamond;
		font-size: 12pt; 
		font-weight: bold; 
		text-decoration: none; 
		}
a:hover		{
		color: #006699; 
		font-family: Garamond;
		font-size: 12pt; 
		font-weight: bold; 
		text-decoration: underline; 
		}