body { 
	background: #E5D9C3; 
	margin: 0px;
	font-family: verdana;
	font-size: 11px;
	} 

table {  
	font-family: verdana;
	font-size: 11px;
	}
	
a {
  text-decoration : none;
  color : #811E3A;
  font-weight: normal;
	}

a:visited { 
  color : #666666; 
	}
  
a:hover {
  text-decoration : underline;
  color: #CCCCCC;
	}