* { 
    margin: 0;
    padding: 0; 
	outline: 0;
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}

img { border: none; }

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.offscreen {
    position: absolute;
    text-indent: -999999px;
}

