/* CSS Document - links for the home page */


     a:link  {/* ln: navigation links default */
     text-decoration: underline;
     color: #ffffff;
     }
     
     a:visited  {/* ln: visited navigation links */
     text-decoration: underline;
     color: #ffffff;
     }
     
     a:active  {/* ln: active links */
     text-decoration: underline;
     color: #ffffff;
     }
     
     a:hover  {/* mouse hoovering over a link */
     text-decoration: underline;
     color: #CE9E7C;
     }
	 
#footer a:link  {
    color: #ffffff;
	text-decoration:none;
}
#footer a:visited  {
    color:#ffffff;
	text-decoration:none; 
}
#footer a:active  {
    color:#ffffff;
	text-decoration:none;
}
#footer a:hover  {
    color:#9A4B00;
	text-decoration:none;
}