@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: Georgia, serif;
	background: #ddd;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	overflow: hidden;
    line-height: 160%;
	-webkit-font-smoothing: antialiased;
}
a{
	color: #555;
	text-decoration: none;
}
.colors{
	color: #97D8B6; /* Aqua */
	color: #DFF2DF; /* Light Aqua */
	color: #D1CC9C; /* Tan */
	color: #B89375; /* Lt Brown */
	color: #694C3F; /* Brown */
	color: #66D199; /* Bright Aqua */
	color: #rgba(77,130,117,0.2) /* Dark Aqua 4D8275 */
}

.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
