/*
CSS Stylesheet | Vereda | Shared | General Styling
Author: coCoKNIght
Author Web: www.cocoknight.com
Company: Vereda
Company Web: vereda.saber.ula.ve
*/

* {	/*saves us trouble and code*/
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal; /*to avoid auto bold titles in ie 7-*/
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html * {
	position: relative; /* not included in * (above) because htlm would not scroll in ie6*/
}

html, body {height: 100%} /*this is mainly for min-height to work on most browsers*/

a {text-decoration: none}
