body {
	background: #FFFFFF url('bg.jpg');
	background-repeat: repeat-x; 
	text-align: left;
	margin: 0px;
	}

.inlagg {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	}

.headline {
	font-family: Trebuchet MS, Tahoma;
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	color: #003164;
	text-decoration: none;
	}

.arkivheadline {
	font-family: Trebuchet MS, Tahoma;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #003164;
	text-decoration: none;
	}

.sidebar {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	color: #003164;
	text-decoration: none;
	}

a {
	text-decoration: none;
}

small {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	color: #747474;
	}

/* End Typography & Colors */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

a img {
	border: none;
	}
