/* Ispahan Style Sheet
	 ( c ) 2010 Ruben Hendrickx 
	 ruben@technoindustries.be
	 */

html {
	background-color: #fff;
}

body {
	font-family: Lucida Sans, Lucida Grande, Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #303030;
	margin: 0px;
	padding-top: 10px;
}

/* hyperlinks */
a, a:visited, a:link, a:hover {
	padding: 0;
	margin: 0;
	text-decoration: none;
} 

a img {
	border: 0;
}


