@import "global.css";

h2 {
padding: 5px 0 5px 0;
text-transform: uppercase;
font-size: 0.9em;
font-weight: bold;
}
h1 {
font-family: serif;
font-size: 2.2em;
font-style: italic;
border-bottom: 1px solid #333;
margin: 0 0 16px 5px;
text-transform: lowercase;
}
ol {
padding: 2px 0 0 30px;
}
ol li {
list-style-type: decimal;
padding: 1px 0 8px 0;
}
p {
margin-bottom: 15px;
}