@charset "utf-8";

/* CSS Document */

body {
	margin:0px; 
	padding:0px;
	
	background-color: #dff6fd;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
}



.rubrik {
	font-size: 1em;
	font-weight: bold;
}

.bildtext {
	font-size: .8em;
	font-weight: normal;
}

.loggatext {
	font-size: .8em;
	font-weight: normal;
}

a {
	text-decoration: underline;
	color:#000000;
}

.hogerkolumn_hemsidan {
	margin-left:15px;
	margin-right:5px;
	width:180px;
	text-align:center;
}


