/* Spinny Thing styles. Copyright for ever and ever; may not be reproduced without permission, but feel free to study it if you want to learn how not to design a website. */

@import url("sstglobal.css");


#welcome {
	font-weight: bold;
	color: #500;
	}

#tagline {
	font-weight: bold;
	margin-top: -10px;
	}

hr {margin: 25px 0px;}

#quoteheader {
	font-weight: bold;
	font-size: 85%;
	}

.quote {
	font-size: 80%;
	font-style: italic;
	}
