@import url('normalize.css');

@font-face {
	font-family:'RaphaelIcons';
    src: url('raphaelicons-webfont.eot');
    src: local('☺'), 
		url('fonts/raphaelicons-webfont.woff') format('woff'), 
		url('fonts/raphaelicons-webfont.ttf') format('truetype'), 
		url('fonts/raphaelicons-webfont.svgwebfontKOf9F4sx') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General Demo Style */
body {
	font-family: tahoma;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}