html, body, * {
	margin: 0;
	padding: 0;
}

:link img, :visited img, :hover img, :active img, img { border: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
	font-size: 1em;
	margin-bottom: 1em;
}

ul, li { list-style-type: none; }
ol, ol li { list-style-type: decimal; }

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight: bold;
	font-style: normal;
}

fieldset { border: none; }

.clear:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clear { display: inline-block; }
/* \*/ .clear { display: block; } /* */