/*------------------------------------------------------------------
	[Reset Stylesheet]
	
	Project:		Insula College 
	Version:		1.0
	Last change:	16/09/08
	Assigned to:	Rudy de Jong (Wis)
	Primary use:	Web
-------------------------------------------------------------------*/


	/*------------------------------------------------------------------
		[1. Reset styles]
	*/
	
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
	pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
		padding: 0;   
    	margin: 0;
	}
	
		html,
		body {
			height: 100%;
		}
  
			table {   
			    border-collapse: collapse;   
			    border-spacing: 0;   
			}   
	  
			ul {
				list-style:none;
			}
