/* ================================ +
   
 + ================================ */



/* 
** Made by: 
** Email:	
** Website:	www.studioparkers.nl
*/



/* ================================ +
               STANDAARDS
+  ================================ */

/* start RESET DEFAULT styles */
*{ margin:0; padding:0; border:0px; }

body { 
	font-family: 		Georgia;
	font-size:			13px;
	line-height: 		17px;
	color: 				#024b65;
	text-align: 		center;
}
* html li{height:1%;}
	
img { border:0px; }	
ul { list-style:none; overflow:hidden;}

a{
	text-decoration:	none; 
	color:				#e00034;
}
a:hover{
	text-decoration:	underline;  
	color: 				#e00034;
}

.clear {
	clear:				both;
}

/* end RESET DEFAULT styles */

