﻿div, html, body, p, ul, ol, li, a, form, img, table, td, h1, h2, h3, h4, h5, h6, blockquote, header, section, footer,
aside, nav, article, figure, figcaption, dl, dt, dd {
	margin:0;padding:0;

}
header, section, footer, aside, nav, article, figure, figcaption {
	display: block;
}
table {
	border-collapse:collapse;
}
img {
	border:none;
}
ul, li {
	list-style:none;
}
a, a:active {
	text-decoration:none;
	color:#5c5c5f;
}
a:visited { color: #5c5c5f; }
a:hover {
	text-decoration:none;
	color: #7a7c7f;
}
input:focus, textarea:focus {
	outline:none;
}