p {
	font-family: Georgia, serif ;
	font-size: 10pt;
	line-height: 20px;
}

ul {
	font-family: Georgia, serif ;
	font-size: 10pt;
	line-height: 20px;
}

.header-text {
    font-family: Georgia, serif ;
	font-weight: bold;
    font-size: 14pt;
}

.no-margin {
	margin: 0;
	padding: 0;
}

.text {
    font-family: Georgia, serif ;
}

.center {
    text-align: center;
}

.justify {
	text-align: justify;
}

.small-caps {
	font-variant: small-caps;
}

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.green {
	color: #43633F;
}

.brown {
	color: #BFAC8C;
}

.gray {
	color: #959595;
}

.white {
	color: #fff;
}

.no-padding {
	padding: 0;
}

.size-8 {
font-size: 8pt;
}

.size-10 {
font-size: 10pt;
}

.size-11 {
font-size: 11pt;
}

.size-12 {
font-size: 12pt;
}

.size-13 {
font-size: 13pt;
}

.size-14 {
font-size: 14pt;
}

.size-16 {
font-size: 16pt;
}

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: underline; }

a.artist:link { color: #9a1239; text-decoration: underline; }
a.artist:visited { color: #9a1239; text-decoration: underline; }
a.artist:hover { color: #000; text-decoration: none; }
a.artist:active { color: #9a1239; text-decoration: underline; }

a.whitelink:link { color: #fff; text-decoration: underline; }
a.whitelink:visited { color: #fff; text-decoration: underline; }
a.whitelink:hover { color: #fff; text-decoration: none; }
a.whitelink:active { color: #fff; text-decoration: underline; }


