body {
	background-color: white;
}


a { 
	font-family: Courier new, Courier, Monospace;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: black;
	text-decoration: u;
	cursor:hand;
}

a:hover{
		color:black;
		text-decoration: none;
		cursor:hand;
}


h1 {
	font-family: helvetica neue, helvetica, sanserif;
	font-size: 2000px;
	line-height: 1500px;
	font-weight: bold;
	color: black;
}

h2 {
	font-family: helvetica neue, helvetica, sanserif;
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
	color: black;
}

h3 {
	font-family: helvetica neue, helvetica, sanserif;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	color: black;
}

h4 {
	font-family: helvetica neue, helvetica, sanserif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: black;
}


p { 
 
	font-family: Courier new, Courier, Monospace;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	color: black;
	}

p2 { 
	font-family: helvetica neue, helvetica, sanserif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: black;

}

#innehŒll {
	width: 1100px;
	border: 0px;
	margin: 25px;
	margin-left: 25px;
	margin-right: auto;
	padding: 20px;
	background-color: black;

}
