body {
    color: #222;
    margin: 0;
    padding: 0;
	font-family: arial, sans-serif;
    font-size: .7em;
    line-height: 1.2;
}
h1 {
    font-size: 1.2em;
    font-weight: bold;
}
h2 {
    font-size: 1.1em;
    font-weight: bold;
}
h3 {
    font-size: 1em;
    font-weight: bold;
}
.terms {
    background-color: #fff;
    padding: 1em;
}
.terms ul,
.terms ol {
    margin: 1em;
    padding: 0;
}
.terms ul li,
.terms ol li {
    margin-left: 1em;
    padding: 0;
}
ol.digits li {
    list-style-type: decimal;
}
ol.alpha li {
    list-style-type: lower-alpha;
}