/**
* Events Digital 	- Reset CSS
* Reset CSS			
*
* CSS developed by newadventuresinpixels.co.uk
* 
*/

img, div, h3, h2, h1, p, a { behavior: url(iepngfix.htc) }


html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a{ 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	
	
body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 76%;
	color:#fff;
	background-color: #fff;
	}
	


/*typography*/
a {
	text-decoration: none;
	}

a:link {
	}
a:visited {
	}
a:active {
	}

a:hover {
	text-decoration: underline;
	}

p{
	color:#06141f;
	line-height:1.4em;
	}
