@charset "UTF-8";
/* CSS Document */
/* This CSS file has all the CSS for any links, it is seperate for easy editability. */


a	{	/* All links that do not have their own CSS will be affected by this CSS. */
	color: #622507;
	text-decoration: none;
	font-weight:bold;
}
a:hover	{	/* What happens when you mouseover links */
	text-decoration: underline;
}

#header #nav ul li a	{	/* Links in the top nav bar. */
	text-decoration: none;
	font-size: 12px;
	color: #622507;
	font-weight: bold;
}

#center #location, #location a	{	/* Crumb trail links. */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #7b4e13;
	text-decoration: none;
}

#location a:hover	{	/* Crumb trail links hover. */
	text-decoration: underline;
}

#footer #copyright	{	/* Copyright link. */
	color: #914B00;
	font-size: 10px;
	text-decoration: none;
}

#footer_links a , #footer_links	{	/* Footer links */
	font-size: 10px;
	color: #914B00;
}
