html { /*fjerner horisontal scrollbar!!*/
	overflow-x: hidden;
	overflow-y: auto;
} 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	border-left: 0 px;
	border-bottom: 0 px;
	border-right: 0 px;
	border-top: 0 px;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: normal;
}
a:link {
	color: #E5E5E5;
}
a:visited {
	color: #E5E5E5;
}
a:hover {
	color: #BCBCBC;
}
a:active {
	color: #BCBCBC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E5E5E5;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #E5E5E5;
	font-weight: bold;
}
.menu-link {
	text-decoration: none;
	margin-right: 3px;
	text-transform: lowercase;
	background-color: #4F4F4F;
	padding-right: 5px;
	padding-left: 5px;
}
