/*------------------------
File Name: 1829_css_reset.css
Project: 1829 Diamonds only
Version: 0.1
CSS Version: 2.1
---------------------------
Author: Tolkunov Sergey
Email: lyotchik@mail.ru
-------------------------*/
html, body, div, span, h1, h2, p, a, ul, li, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body { line-height: 1; }
ol, ul { list-style: none; }
a { text-decoration: none; outline: none;}
img { border: none; }