<pre>/* Global Styles */

body {
	margin:0px;
	color:#000000;
	}
	
td {
	font:12px Arial;
	color:#000000;
	}
	
a {
	color: #9C381E;
	}
	
a:hover {
	color: #000000;
	}

/* ID Styles */

#navigation td {
	border-bottom: 0px solid #554e47;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#E7E7E4;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:2px 6px 1px 5px;
	}
	
#navigation a:hover {
	background: #E7E7E4;
	color:#000000;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #5C743D;
	letter-spacing:.2em;
	line-height:30px;
	}</pre>