body {
	background-color: #ffffff;
	color: #000000;
	margin-left: 2em;
	margin-top: 2em;
	margin-right: 2em;
	margin-bottom: 2em;
}

a:link {color: #0000ff; text-decoration: underline;}
a:visited {color: #0000ff; text-decoration: underline;}
a:hover {color: #009900; text-decoration: underline;}
a:active {color: #999900; text-decoration: underline;}

h1 {font-size: 200%;}
h2 {font-size: 150%;}

.green {color: #009900;}
.red {color: #990000;}
.blue {color: #000099;}

.mid {text-align: center;}
.small {font-size: 67%;}

.indent {margin-left: 2em;}
.indent3 {margin-left: 6em;}
.indent5 {margin-left: 10em;}

.indentboth {margin-left: 2em; margin-right: 2em;}

.notop {margin-top: 0;}
.nobottom {margin-bottom: 0;}

.halftop {margin-top: 0.5em;}

.mt2 {margin-top: 2em;}
.mb2 {margin-bottom: 2em;}
