/*	Dette stylesheet er til visning på skærmen */

BODY {
	background: #A2A0B0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #E0C0C0;
/*	scrollbar-face-color: #AD5B5B;
	scrollbar-highlight-color: #F0FFFF;
	scrollbar-shadow-color: #600000;
	scrollbar-3dlight-color: #FAFFFF;
	scrollbar-arrow-color: #600000;
	scrollbar-track-color: #ECD9D9;
	scrollbar-darkshadow-color: #300000;
*/	overflow-x: auto;
	overflow-y: auto;
	cursor: text
	}

TABLE {
	background: #FFFFFF;
	color: #000000;
	font-family: Comic Sans MS, Times New Roman;
	font-size: 16px;
	cursor: auto
	}

A:link {
	color: #400000;
	text-decoration: none
	}

A:visited {
	color: #000000;
	text-decoration: none
	}

A:active {
	color: #0000FF;
	text-decoration: none
	}

A:hover {
	color: #FF0000;
	text-decoration: none
	}

H1 {
	font-family: Arial Narrow;
	font-size: 26pt
	}

H2 {
	font-family: Arial Narrow;
	font-size: 20pt
	}

ADDRESS {
	color: #0000A0;
	font-family: Times New Roman;
	font-size: 12px;
	font-style: italic
	}
 
DT A:active {
	border: inset 2px;
	padding: 2px
	}

DT A:hover {
	border: outset 2px;
	padding: 2px;
	position: relative;
	bottom: 1px;
	left: 1px
	}