@import url('normalize.css');

/* General Demo Style */
body{
	background: #FFF;
	font-weight: normal;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica, Arial,  sans-serif;

}
a{
	color: #555;
	text-decoration: none;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
