body {
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
}

h1 {
	font-family: Courier;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.TableSalg {
	background-color: #096FB9;
	border: 1px solid #FFF;
	padding: 10px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.TableProdukter {
	background-color: #096FB9;
	border: 1px solid #FFF;
	padding: 5px;
	margin: 0px;
}
a:link {
	color : #FFF;
	text-decoration: underline;
}

a:visited{
	color : #FFF;
	text-decoration : underline;
}

a:hover, a:visited:hover{
	color : #F00;
	text-decoration : underline;
}
