html{
	overflow: -moz-scrollbars-vertical;
}
body {
		background: #D3E3FE;
		width: 900px;
} 

#header {
	background: #82B0FE;
	width: 900px;
}
#tablecontainer {
	background: white;
	width: 900px;
}

img {
	border-style: none;
}
.innhold {
	background: #82B0FE;
	width: 800px;
}
.meny {
	background: #1C6CF5;
	width: 100px
}

th {
		background: #1C6CF5;
}

a:link { color: black; }
a:visited { color: black; }
a:hover { color: #82B0FE; }

