p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.hometext {
	color: #663333;
}

.artistname { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #61745f;
}

.artistname2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #f1f1f1;
}

.artistname_red { font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #993300;
}

/* might want to experiment with different list-style-types */
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663333;

}

/*these boxes could be handy*/
.box1 {
	padding: 3px;
	border: 1px solid #CCCCCC;

}

.box2 {
	padding: 7px;
	border: 2px solid #61745f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;





}

/*these colors from one of the standard style sheets seem to match what is already in use on the home page? */

.softnavy {
	color: #003366;
}

.softtan {
	color: #DEDECA;
}

.softteal {
	color: #99CCCC;
}

/* from that same standard style sheet: two big headings are bright yellow, 
   next two headings are very soft yellow*/

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

/*these two headings are a pastel blue*/

h5, h6 {
	color: #6699CC;
}

/*do not know what link color this is but I will try it*/

a {
	color: #666666;
}

a:hover {
		color: #663333;
}

a:visited {
		color: #663333;
}


.expanded_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	color: #993300;

}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	color: #61745f;

}

/*might want to switch this for left or right justified*/
.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
