body {
background-color: #fff;
margin: 150px;
color: #000;
font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
}


/* STRUKTUR */

	.hej:first-child {
	margin-left: 5px;
	}

	.hej {
	display: block;
	float: left;
	margin-right: 20px;
	}

/* TEXT */

	h1 {
	display: block;
	color: #000;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	font-size: 40px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-shadow: 0.1em 0.1em 0.2em #c8c8c8;
	}
	
	h2 {
	display: inline;
	color: #5b80a0;
	background-color: transparent;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}
	
	p {
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	padding-left: 3px;
	margin: 0;
	}

/* LÄNKAR */
		
	a:link, a:visited {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	}
	
		a:hover, a:active {
		color: #aaa;
		}

/* FORMULÄR */
	


/* ÖVRIGT */
	a, a:focus {
	outline: none;
	-moz-outline-style: none;
	}
	