body {
    margin-top:40px;
	color:white; 
	background-color:black;
}

#title {
	font-size: 36px;
	font-family: Georgia,"Times New Roman",Times,serif;
		   font-weight: bold;
}

#content {
	font-size: 13px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}	

#content .kapittel {
	font-size: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

#content .under_kapittel {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

table {
	width: 700px;
}

ul, li, ul li {
	display: block;
	list-style: none;
}	

a:link { 
	color: #FF0000;
}

a:visited { 
	color: #FF0000;
}

a:active { 
	color: #FF0000;
}

hr {
	border:0;
	height: 6px;
	background: #FF0000;
}
