body		{ background-color: #ffffff; color: #000000; }
h1			{ font-size: 24pt; font-family: arial, sans-serif; }
h2			{ font-size: 18pt; font-family: arial, sans-serif; }
h3			{ font-size: 14pt; font-family: arial, sans-serif; }
a:link		{ color: #0000cc; background-color: inherit; }
a:visited	{ color: #cc0000; background-color: inherit; }
.center		{ text-align: center; }
.right		{ text-align: right; }
.left		{ text-align: left; }
.small		{ font-size: small;}
img			{ }
.prominent	{ background-color: black; color: yellow; }
.underline	{ text-decoration: underline; }
table tr td	{ vertical-align: top; }
.oddrow		{ color: inherit; background-color: #bbbbbb; }
.evenrow	{ color: inherit; background-color: #ffffff; }
