@import "../default.css";
@import "../standards.css";

/*** body ***/

html {
	background:#fff;
}

body {
	padding:8px;
	background:#fff;
}

/*** lists ***/

ul,ol {
	margin-left:40px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}