/* CSS Document */

/*general colors for text and such on your site*/
body {
	font-family: "Apple Chancery";  
    color: #000000;
	font-size: 14px;
	font: "Apple Chancery";
	letter-spacing: 1px; 
}

/*links colors etc */
a:link {
	color: #000000;
	text-decoration: none;		
}

/*visited links colors etc */
a:visited {
	color: #000000;
	text-decoration: none;	
}

/*rollover colors etc*/
a:hover {
	color: #000000;
	text-decoration: none;	
}

a:active {
}

a {
}

.hipster medium {
	font-family: "Apple Chancery";
	font-size: 14px;
	line-height: normal;
}
.headers {
	font-family: "Apple Chancery";
	font-size: 14px;
}
.HipsterTextLarge {
	font-size: 16px;
	font-stretch: ultra-expanded;
}
.HipsterSmallSpacingText {
	font-family: "Apple Chancery";
	font-size: 14px;
	line-height: 10px;
}
.regbold {
	font-weight: bold;
}
