@charset "utf-8";
/* CSS Document */


body {

		background-image:url('http://josefinhildingstam.se/images/background.jpg');
		background-position: center;
		background-attachment: fixed;
		
		
}


img {

		margin-left: 40px;
		margin-top: 20px;
		float:left;
		
		
}

h3 { 

		font-family:"Courier New", Courier, monospace;
		color:#009999;
		margin-top: 125px;
		margin-bottom: 1px;
		
}


p {

		font-family:"Courier New", Courier, monospace;
		font-size:15px;
		margin-top:-1px;
		
		
		
}

#text { 

		float:left;
		
		
}


a {

		color:#009999;
		text-decoration:underline;
		
}



a:visited {

			color:#009999;
		
}

a:hover {

		color:#006699;
		
}