BODY 	{ 
	background: #8e2534;
	font-size: 1em; 
	}
frameset
	{
	bordercolor: #8e2534;
	}
#navlist 
	{
	margin-left:0; 
	padding-left:0; 
	white-space:nowrap; 
	}
#navlist li
	{
	display:block;
	list-style-type:none;
	}
#navlist a
	{
	padding: 0px 0px;
	}
#navlist a:link
	{
	color: white;
	background-color:none;
	text-decoration: none;
	}
#navlist a:visited
	{
	color: white;
	background-color:none;
	text-decoration: none;
	}
#navlist a:active
	{
	color: white;
	background-color:none;
	text-decoration:none:
	}
#navlist a:hover
	{
	color: orange;
	background-color: yellow;
	text-decoration: none;
	}
caption {
	background-color:#999;
	border: 1px solid black;
	font-family:Georgia, Times, serif;
	font-size:250%;
	font-weight:bold;
	}
table
	{
	background-color:#ccc;
	border: 3px solid black;
	padding: 50px;
	width: 90%;
	
	}
th
	{
	background-color:#999;
	border: 1px solid black;
	font-family:Georgia, Times, serif;
	font-size:150%;
	}
tr	{
	background-color:#999;
	}
td	{
	background-color:#ccc;
	font-family:Arial,Helvetica,san-serif;
	font-size:125%;
	font-weight:bold;
	font-style:italic;
	}
