body {
	margin:0px 0px; 
	padding:0px;
	text-align: center;
	}

.logga {
	display: table;
	text-align: center; 
	font-size: 100px; 
	line-height: 80px; 
	font-family: Arial Black; 
	color: #fff; 
	clear: both; 
	width: 100%; 
	background-color: #333;
	margin: 0px 0px 0px 0px
	}	
	
.content {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width:800px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background-color:#fff;
	overflow: auto;
	border-style: solid;
	border-color: #333;
	border-width: 0px 1px 1px 1px;
	text-align: left; 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000; 
	}
	
.footer {
	width: 800px; 
	background-color: #fff;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 15px;
	overflow: auto;
	border-style: solid;
	border-color: #fff;
	border-width: 1px 1px 1px 1px;
	text-align: center; 
	font-family: Arial; 
	font-size: 12px; 
	color: #000000; 
	}

.bigger {
	font-size: 150%;
	}
	
h1 {
	font-size: 20px;
	font-family: Arial;
	margin: 4px;
	line-height: 20px;
	color: #e0e0e0;
	letter-spacing: 8px;
	}
	
h2 {
	font-size: 30px;
	font-family: Arial;
	margin: 0px;
	line-height: 30px;
	color: #e0e0e0;
	}
	
p {
	margin: 0px;
	}
	
a {
	color: #339;
	border: 0 px;
	}
	
a:visited {
	color: #339;
	border: 0 px;
	}
	
a:hover {
	color: #339;
	border: 0 px;
	}

a.internal {
	color: #000;
	}
	
a:hover.internal {
	color: #000;
	}
	
a:visited.internal {
	color: #000;
	}
	
.navlist {
	display: table;
	width: 726px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	margin-bottom: 20px;
	border-width: 0px;
	background-color:#fff; 
	clear: both;
	align: center;
	}
	
.nav {
	display: table;
	position: relative;
	float: left;
	width: 116px;
	height: 20px;
	text-align:center;
	padding-top: 5px;
	background:#333;
	border-width:0px;
	margin-left: 1px;
	}
	
.nav:hover {
	background-image: url(nav-bg.jpg);
	}
	
a.navlink {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
	}
	
a:hover.navlink {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
	}
	
a:visited.navlink {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
	}

.navpic {
	border: 0px;
	vertical-align: bottom;
	float: left;
	}	
	
.gone {
	text-decoration: line-through;
	}
	
.now {
	font-weight: bold;
	color: #c66;
	}