body { 
  font-family: Arial, Helvetica, Sans-serif; margin-top: 0;}
  #navigation {
  	top:0;
	left:0;
	font-size:x-small;
  }
a:visited  { color: #96c;  text-decoration: underline }
a:hover   { color: blue;  text-decoration: none; background-color: #ffc }
a:link   { color: blue; text-decoration: underline }
h3.pagetitle {
	font-size: small;
	position: absolute;
	top: 0;
	right: 0;
}
h3.formtitle {
	font-size:medium;
}
#date {
	font-size: xx-small;
	bottom: 0;
	text-align: right;
	color: Gray;
}
p.note {
	font-style: italic;
	font-weight: 600;
	margin: 10 15 10 15;
}
p.indent {
	margin: 10 20 10 20;
}
ol.upperalpha {
	list-style: upper-alpha;
}
#footer {
	right: 0px;
	position: absolute;
	font-size:small;
	background-color: #CCCCCC;
}
dd {font-size:small; margin-bottom:5px;
	padding-bottom:5px;}
.boldunderlined {
	font-weight: bold;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
.block {
	margin: 1em 3em
}