/* eksterne style sheet */
BODY {
	font-family : Verdana,  Arial, Sans-Serif;
	text-decoration : none ;
	background-color : #FFFFFF;
	font-weight : normal;
	font-size : 12px;
	margin-top : 5px;
	margin-left  :  10px;
	text-align : left;
	scrollbar-face-color:#E6D9AE;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#E6D9AE;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#E6D9AE;
	}
H1 {
	font-family : Georgia, Times New Roman, Times, serif;
	font-size : 36px;
	font-weight : bold;
	font-style : italic;
	color : #E6D9AE;
	}
H2 {
	font-family : Verdana,  Arial, Sans-Serif;
	font-size : 18px;
	font-weight : bold;
	color : #CC0033;
	}
H3 {
	font-family : Verdana,  Arial, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	}
TABLE {
	table-width : 100%;
	table-border : 0px;
	text-align : left;
	}
TR {
	width : 70%,30%;
	}
TD {
	font-size : 10px;
	text-align : left;
	}
A:link { 
	color : #CC0033;
	text-decoration : none }
A:visited  {
	color : darkbrown;
	text-decoration : none }
A:hover {
	color : #000000;
	font-style : bold;
	text-decoration : none }
A:active {
	color : #CC0033;
	text-decoration : none }
</Style>