
 
  body {
	font-family: "Times New Roman", Times, serif;
	text-align: center;	
	background-color: #666666;
	}


  #container {
	width: 800px;
	height; auto;
	background-color: clear;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	} 


  #content {	
	width: 800px;	
	height: 600px;	
	background-color:clear;
	text-align: center;
	}
   	
a {
	color: navy;
	text-decoration: underline;		
	}


  a:hover {
	color: yellow;
	text-decoration: none;
	}		

 .nav a {
	background-color: #6666FF;
	display: block;
	width: 350px;
	height: 20px;
	padding-top: 0.5em;
	padding-bottom: 1.0em;
	border: 5px outset yellow;
	text-decoration: none;
	color: black;
	text-align: center;
	}


  .nav a:hover {
	background-color: green ;
	color: yellow;
	text-decoration: none;	
	}  


  .border { border: 5px outset yellow;
	Width: 350px;
	height: 250px;
	}


 



  
