/* CSS reset */
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
section, header{
	display: block;
}
/* General Demo Style */
a{
	color: #333;
	text-decoration: none;
}