/*-------------------------------------/
		       Isonsjaar.css 
	   Stylesheet for all browsers	    
		   
	Made by: Tom Hartwig
	
	Tested in: 
			- FireFox 3, 
			- Opera 9,
			- Safari 3,
			- Internet Explorer 6&7
				
	Last modified: 26-02-2009
/-------------------------------------*/

/* //// General //// */

body {
	margin:0px;
	padding: 0px;
	
	background-color: #000;
	
	text-align: center;
	font-family: Arial, sans-serif;	
	font-size: 1em;
	color: #fff;
}
    
h1 {
	font-size: 3em;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 3em;
}

a {
	text-decoration: none;
}

img {
	border: none;	
}

/* //// Classes and id's //// */

#wrapper {
	width: 900px;
	margin:0px auto;
}  

#content {
	line-height: 1.8;
}
