
/*------------------------------------------------------------------
	[Reset Stylesheet]
	
	Project:		Jacobus Fruytier Scholengemeenschap 
	Version:		1.0
	Last change:	09/06/09
	Assigned to:	Rudy de Jong
    Company:		WIS Services BV http://www.wis.nl/
	Primary use:	Web
-------------------------------------------------------------------*/


	/*------------------------------------------------------------------
		[1. Reset styles]
	*/
	
	* {   
    	padding: 0;   
    	margin: 0;
		font-style: normal;
	}   
	
		
  
			table {   
			    border-collapse: collapse;   
			    border-spacing: 0;   
			}   
	  
			ul {
				list-style:none;
			}
