/* 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:#342;
}

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

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

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

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

.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	font-style: italic;
	color:#334422;
}
