@import url(/html/stylesheet.css);
<style type="text/css">

	
	.foo {
	
	}

	
	b {
		color:#742E01;
	}
	
	
	a {
		color:#742E01;
	}
	
	.footer, td.footer { /* small text at bottom of the page */
		color: gray;
	} 
    
    .lightblue, td.lightblue { /* light blue */
		color: #3385A1;
	} 
    
    .header, td.header { /* header */
		color:#3385A1;
	} 
	
</style>