nav, header, section, footer, aside, nav, article, figure { display: block; }

figure {
	padding: 0px;
	margin: 0px;}

input, a, img { outline: none; }
 
img, html, body, p, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: none; }
 
textarea {
	outline: none;
	resize: none; }
	
html { overflow-y: scroll; }

hr {border: 0px}

abbr {
	font-weight: normal;
	border: none;}

.clear {clear:both;}
.left {float: left;}
.right {float: right;}