		a:link {
  
			text-decoration: none; 
			color: gray;
			font-weight: none;
		}

		a:active {  
			text-decoration: none; 
			color: gray;
			font-weight: none;
		}

		a:visited {  
			text-decoration: none; 
			color: gray;
			font-weight: none;
		}
		
		a:hover {  
			text-decoration: underline; 
			color: black;
			font-weight: none;
		}		


body {
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	font-family: arial;
}

img {

	border: 1px solid black;
	margin-bottom: 10px;

}

header {
	border-left: 0px;
	border: 1px solid black;
	margin-bottom: 10px;
}

.rubrik {
	float: none;
	position: static;
	color: black;
	font-size: 24px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
	font-family: arial;
}

.text {
	float: none;
	position: static;
	color: black;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-family: arial;
}

.tid {
	margin-bottom: 20px;
	float: none;
	position: static;
	color: #9e0c05;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: arial;
}

.inlagg {
	float: none;
	position: relative;
	width: 560px;
	left: 180pt;
	color: black;
	border: 0px solid black;
	margin-top: 10px;
	margin-left: 2px;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: helvetica;

}


.meny {
	position: absolute;
	background-color: white;	
	left: 10px;
	top: 10px;
	width: 200px;
	border: 0px solid black;
}

.blogg {
	position: absolute;
	background-color: white;	
	left: 0px;
	width: 831px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	top: 302px;
}

.copyright {
	position: absolute;
	left: 0px;
	width: 832px;
	vertical-align: bottom;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: gray;
	font-family: helvetica;
}