/* comments */
body {
	background-color : #c3c3c3;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

#header {
	margin-top : -3px;
	margin-left: -3px;
	margin-right: -3px;
}
  
#main {
	padding:0px;
	margin-left: 7px;
	margin-right: 7px;
}

th {
	background-color : #878787
}

hr {
	background-color : transparent;
}

/* LINKER */

/* angir linkene*/
a:link {
	color : #22d;
	text-decoration: none;
	font-weight: bold;
	background-color : transparent;
}
/* angir besøkte linker*/
a:visited {
	color : #22d;
	text-decoration: none;
	font-weight: bold;
	background-color : transparent;
}

a:active {
	color : #22d;
	text-decoration: none;
	font-weight: bold;
	background-color : transparent;
}
/* angir linkene når du har muspekeren på dem */
a:hover {
	color : #22d;
	text-decoration: underline;
	font-weight: bold;
	background-color : transparent;
}
