A:link { text-decoration: underline; color: #035C30 } a:active { text-decoration: 
underline; color: #035C30 } A:visited{ text-decoration: underline; color: #035C30 
} A:hover { text-decoration: none; color: #7DAA8D } 

A:link.ep { text-decoration: underline; color: #D3FCE2 } a:active.ep { text-decoration: 
underline; color: #D3FCE2 } A:visited.ep{ text-decoration: underline; color: #D3FCE2 
} A:hover.ep { text-decoration: none; color: #FCF5EF } 

.bghome {
	background-attachment: scroll;
	background-color: #FCF5EF;
	background-image: url(images/assets/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.bg {
	background-attachment: scroll;
	background-color: #FCF5EF;
	background-image: url(images/assets/other_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
