body {
	background-color: #ffffff;
	color: #000000;
	margin-left: 2em;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 1em;
}

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;}

dt {font-weight: normal;}

.notop {margin-top: 0;}
.nobottom {margin-bottom: 0;}

.halfbottom {margin-bottom: 0.5em;}

.mt2 {margin-top: 2em;}

.date {font-size: small; font-weight: normal; margin-left: 5px; color: #3366bb;}
