body
{	font-family: Verdana, Arial, Helvetica;
	background-color: green;
	color: rgb(0,0,0);
	font-size: 9pt;
	text-align:center;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
	font-style: normal;
}
h1
{	text-align: center;
	font-size: 18pt;
}
h2
{
	font-style: normal;
	font-size: 16pt;
}
h3
{	color: rgb(255,51,153);
}
h4
{
	color: rgb(255,51,153);
}
h5
{	color: rgb(153,504,255);
}
h6
{	color: rgb(204,255,0);
}
hr
{
	color: green;
	size: 2px;
}
A.menu:link {color: yellow; text-decoration: none;}
A.menu:visited {color: yellow; text-decoration: none;}
A.menu:active {color: yellow; text-decoration: none;}
A.menu:hover {background-color: yellow; color:green; text-decoration: none;}

div.centered
{	text-align: center;
}

table.webpage
{       border-width: 2px 1px 1px 2px;
	width=800px;
	margin-left:auto; 
	margin-right:auto;
	border-style: solid;
        background-color: white;
        border-color: blue;
}
table.title
{	width=800px;
        border: 0;
}
table.content
{	height: 600px;
	width: 800;
        verticalalign: top;
	margin-left: 50; 
	margin-right: 50;
        text-align: justify;
}
table.stats
{	font-family: courier;
        font-size: 10pt;
        font-weight: normal;
        font-style: normal;
}
th
{
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	background-color: rgb(255,255,225);
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}
td
{
	font-family: Tahoma;
	color: #000000;
	background-color: rgb(255,255,225);
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
}
td.tile {margin: 1px 1px 1px 1px;
       border-color: #a0a0a0 #808080 #808080 #a0a0a0;
       color: yellow;
       font: normal normal bold 18px tahoma;
       background-color: green;
       border-style: outset;
       border-width: 4px 3px 3px 4px; 
       text-align=center;
       width: 30px;
       height: 40px;
      }
td.menu {margin: 1px 1px 1px 1px;
       border-color: #a0a0a0 #808080 #808080 #a0a0a0;
       color: yellow;
       font: normal normal bold 12px arial;
       background-color: green;
       border-style: outset;
       border-width: 2px 1px 1px 2px; 
       text-align=center;
	padding: 1px 3px 1px 3px; 
      }

tr.even td {border-bottom: solid 1px; border-color: black; background-color: LightGray; padding-left: 4px; padding-top: 4px; padding-right: 4px; padding-bottom: 3px;}

tr.odd  td {border-bottom: solid 1px; border-color: black; background-color: White; padding-left: 4px; padding-top: 4px; padding-right: 4px; padding-bottom: 3px;}