BODY { 
	color: #f2e1c3;
	background-color: #5b211a;
	font-family: Courier New;
}

a:link{
	color: #fdc753;
}

a:visited{
	color: #f2e1c3;
}

a:hover{
	color: #d67438;
}

a:active{
	color: #f2e1c3;
}


.nav{
	border-collapse: collapse; 
	border-color: #f2e1c3;
}


<table border="1" class="nav" style="" cellspacing="0" padding="10">
  <tr height=>
	<td width="80" align="center"><a href="index.html">Home</a></td>
	<td width="80"><a href="resources.html">Resources</a></td>
	<td width="80"><a href="contact.html">Contact</a></td>
  </tr>
</table>
