body
{
	background-color: #4682B4;
	font-family: arial;
}
table
{
	background-color: #FFFFF0;
}
table.pageheader
{
	font-family: arial black;
	font-size: large;
}
table.links
{
	font-size: x-small;
}
ul
{
	list-style-position: outside;
	list-style-type: none;
	text-indent: 5px;
	padding: 6px;
	margin: 2px;
}
thead
{
	font-weight: bold;
}
a
{
	text-decoration: none;
}
a:link
{
	color:#00008B;
}
a:visited
{
	color:black;
}
a:hover
{
	color:#F4A460;
}