/* Color and Background Styles */

body {
	color:black;
	background:navy url("../../backgrnd/bluegrnt3.jpg");
	}
	
#runner {
	color:black;
	background:#900 url("../../backgrnd/rdsand2.gif");
	}
	
#mastcontent, #centercol, #leftcol, #rightcol, #bottomcontent {
	color:black;
	background:#cff url("../../backgrnd/b_blond.jpg");
	}
	
#artistlist a:link, #artistlist a:visited, #artistlist a:active {
	color:#036; background:transparent;
	}
	
#artistlist a:hover {
	color:#900; background:transparent;
	text-decoration:underline;
	}

#artistlist a.more  { color: #ff6633; background: transparent; font-weight: bold; font-style: italic; font-size: 1.1em; }

div.bio a.more  { color: #ff6633; background: transparent; font-weight: bold; font-style: italic; font-size: 1.4em; }

a.feature { color: #f63; background: transparent; font-weight: bold; font-style: italic; font-size: 1.2em; }

.bio p { width:100%; font-size: 1.1em; }
/*.bio a { text-decoration: none; font-weight: bold; }*/
.bio b { font-size: 1.3em; text-decoration: underline; color: #f63; background: transparent; }


/* End Color and Background Styles */

