a		{ 
	color: #0000CC; 
	text-decoration: none 
}

a:hover   { 
	color: #0000CC; 
	text-decoration: underline 
}

body    {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666633;
}

#foot a {
  	color: #0000CC; 
	text-decoration: none;
}

#foot a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#leftNav a {
  	color: #0000CC; 
	text-decoration: none;
}

#leftNav a:hover {
  	color: #0000CC; 
	text-decoration: underline; 
}

#textPadding {
	padding: 10px;
  
}