body {    
	font-weight: lighter; 
    font-size: 80%;
	background-color: #ffffff; 
	color: #333333; 
}

a:link { 
    color: #996633;
	text-decoration: none;
}
a:visited { 
    text-decoration: none;
	color: #996633;
}
a:hover { 
    text-decoration: none;
	color: #CC0000;
}
a:active { 
    text-decoration: none;
}
