/* CSS Document for hyperlink styles for secondary pages of ringneckretreat.com */

a:link  {
    color: #9A4B00;
}
a:visited  {
    color:#9A4B00;
}
a:active  {
    color:#999999;
}
a:hover  {
    color:#999999;
}

#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;
}