/* pages style */
h2 {font-size: 1.1em; 

font-family: "Trebuchet MS", sans-serif;

color: #436565 }


.soldclass {
	font-weight: bold;
	color: #BC2E1A;
	text-transform: uppercase;
}
.notforsale {
	font-weight: bold;
	color: #7BA2C1;
	text-transform: capitalize;
}
