BODY  {
	color : #000066;
	background-image : url(backgrnd.jpg);
	font-size : 110%;
	font-family: sans-serif
}

A:link  {
	color : #0000FF;
	text-decoration : underline;
}

A:visited  {
	color : #990099;
	text-decoration : underline;
}

A:active  {
	color : #FF0000;
	text-decoration : underline;
}

H1  {
	text-align : center;
	font-size : 170%;
	margin-bottom : 18pt;
}
H2  {
	text-align : center;
}
/* Latex2html adds named anchors to headings */
/* I don't want them to be underlined, so: */
H1 A  {
	text-decoration : none;
}
H2 A  {
	text-decoration : none;
}
/* so far for that */

UL {
	line-height: 130%
}
/* all my item markers are created explicitly, default: none! */
LI {
	list-style-type: none;
}
PRE  {
	font-size   : 100%;
	margin-left : 20pt;
}
TH  {
	color : #000066;
	font-size : 100%;
	text-align : left;
	margin-bottom : 10pt;
}
TD  {
	color : #000066;
	font-size : 110%;
	vertical-align : top;
}
Address  {
	font-size : 75%;
	text-align : center;
}
