body
{
background-color:#235536;
color:#F8C400;}
h1
{
text-align:center;
font-size:2em ;
 margin-top:1em;}
a:link {color:#F8C400;}      /* unvisited link */
a:visited {color:#F8C400;}  /* visited link */
a:hover {color:#F8C400;	text-decoration:none;}  /* mouse over link */
a:active {color:#F8C400;}  /* selected link */

p
{
font-family:"Times New Roman";
font-size:1.2em;
}

table
{
width:60%;
margin-left: auto; 
margin-right: auto;
font-size:1.2em}
table,th, td
{
text-align:center;
border: 0px solid black;
spacing:3px;
padding:4px
}

#navigation
{
	display:block;
    position:absolute;
   	top:0;
    left:0;
     /*set the width and height to 100% of the screen*/
	width:100%;
	height:100%;
	background-color:#860000;
	font-weight:bold;
	padding: 0 0 0 5px;
}