* {
    margin: 0;
    padding: 0;
    font-size: 100.01%;
}
img,
fieldset {
	border: 0;
}

acronym,
abbr {
	cursor: help;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}
blockquote,
q {
	quotes: none;
}

/* always show scrollbars with Firefox and Opera */
html {
	overflow-y: scroll;
	overflow-x: auto;
}
