body {background-color:#F1F1EE; color:black}
a:link {color:#0055ff}
a:visited {color:#0000ee}
a:hover {color:#4499b2}
a:active {color:black}

p {width:45%}

#page {
	counter-reset: heading;
}
h2:before {
	content: counter(heading)") ";
}
h2 {
    counter-increment: heading;
}

