body
	{	
	
		font-family: Times;
		height: 100%;
		width: 100%;
	}

.header
	{
		background-color: #999999;
		font-family: Old English Text MT;
		font-size: 35px;
		color: #FFCC00;
		text-align: center;
		width: 99%;
		height: 10%;
		
	}
	
.footer
	{
	
		
		font-size: 8pt;
		color: #808080;
	}

.nav
	{
		font-family: Old English Text MT, Tahoma, Verdana, Times;
		font-size: 24px;
		position: absolute;
		margin-bottom: 0%;
		width: 15%;
		height: 130%;
		text-align: center;
		background-color: #999999;
		
		
	}

	
.content
	{
	
	position: absolute;
	margin-right:0%; 
	margin-left:16%;
	margin-top: 2%;
	margin-bottom: 0%;
	width: 84%;
	height: 100%;
		
	
	}
A.navlink:link 
       {
       color: #FFCC00;
       text-decoration: none;
	  
       }

A.navlink:visited
       {

       color: #FFFFFF;
       text-decoration: none;
	  
       }

A.navlink:active
       {
       color: #FFFFFF;
       text-decoration: none;
	   }

A.navlink:hover 
       {
       color: #FF0000;
       text-decoration: underline;
       }