/* *************************************** */
/* * Fabricat la MarkFactory             * */
/* * www.markfactory.ro                  * */
/* *************************************** */
/* * filename  | reset.css               * */
/* *************************************** */
/* * developer | Mihalache Mihai         * */
/* *************************************** */

/* * Reset * */
html, body { min-height: 100%; }

* {	padding: 0;	margin: 0; }

h1, h2, h3, h4, h5, h6 { line-height: 1.2; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }

/* * Misc * */
.floatClear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
a.mkfLink { color: #898989; }
a.mkfLink:hover { color: #EC008C; }
	
