/**
 * Reset Defaults
 *
 * @page Reset Defaults
 */
* {
	margin: 0;
	padding: 0;
}
ul,
ol {
	margin: 0 0 0 20px;
}
img {
	border: none;
}
a,
a:link,
a:visited,
a:active,
a:hover,
a:focus {
	cursor: pointer;
}
a:focus {
    outline: none;
    noFocusLine: expression(this.onFocus=this.blur()); /* IE Fix. */
}
html {
	font-size: 62.5%;
	line-height: 1.1em;
}