/* style sheet for the colors of various things. 
This allows the sites for Superior Rugs and Adams and Swett to be virtually identical except for a different stylesheet and images/site/ directory */



h1, h2, h3, a:link, a:visited {
	color:#024;
}

#footer #footer a:link, #footer a:visited,#footer a:hover {
	color:#234;
}

a.expandingLink{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;

	background:#6998ac;
	display:block;
	border-bottom:solid 1px #fff;
	padding:3px;
}

a.expandingLink:link, a.expandingLink:visited {
	color:#fff;
}
a.expandingLink:hover {
	color:#024;
	text-decoration:underline;
}


