body		{ color: #02ffff; background: #1e4ea0; font-family: Verdana, Arial; text-align: justify }
a		{ color: #02ffff }
a:hover	{ color: lime }
hr		{ color: #02ffff }
h1,h2,h3	{ text-align: center }
p		{ text-align: justify }
td		{ vertical-align: top }
ul.links	{ text-align: center; line-height: 200%; font-size: 130%; list-style-type: none; margin-left: 0 }
div		{ margin-left: 10% }
th		{ text-align: left }

body		{ background-image: url("images/blue029.jpg") }

@media print
{
	body		{ background: white; color: black }
/*
	body		{ background-image: none }
*/
	body		{ font-size: 10pt }
	table		{ font-size: 10pt }	/* Shouldn't be needed, but is */
}
