	a { text-decoration: none; }
	
	h1 { 
		font-family: Georgia, serif;
		font-size: 14px;
		color: #333333;
		text-transform: uppercase;
		text-align: center;
		}
	
/* body text styles */

	.subnav, .subnav:visited, .bodycopy, .bodycopy:visited, .description, .bodycopyheading { 
		font-family: Arial, Verdana, sans-serif;
		color: #ffffff;
		}
		
	.subnav, subnav:visited { font-size: 11px; }
	a.subnav:hover { color: #fdf133; }
		
	.bodycopyyellow, .bodycopyyellow:visited {
		font-family: Arial, Verdana, sans-serif;
		color: #ebeeca;
		}
	
	.bodycopy, .bodycopy:visited, .bodycopyyellow, .bodycopyyellow:visited, .bodycopyheading { 
		font-size: 12px;
		line-height: 130%; 
		}
		
	a.bodycopy:hover, a.bodycopyyellow:hover { color: #ff3300; }
	
	.bodycopyheading {
		line-height: normal;
		font-weight: bold;
		}

    .description {
		font-size: 12px;
		line-height: normal;
		margin-bottom: 0px;
		margin-top: 0px;
		}
	
	.lyricsbody, .intromore {
		font-family: Arial, Verdana, sans-serif;
		font-size: 11px;
		color: #666666;		
		}
		
	.lyricsbody { 
		text-align: center;
		line-height: 190%;
		}
	.intromore { line-height: 190%; }
	

/* index styles	*/

	.indexwhite, .indexblack, .indexbrwn, .indexgrey, .datebrwn, .indexwhitevisit, .indexyellow {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		}

	.indexwhite, .indexwhitevisit { color: #ffffff; }
	.indexwhite:visited { color: #bdbfa2; }
	.indexwhitevisit:visited { color: #ffffff; }
	a.indexwhite:hover, a.indexwhitevisit:hover { color: #ff3300; }

	.indexblack { color: #000000; }
	.indexblack:visited	{ color: #5e2e0e; }
	a.indexblack:hover { color: #ff3300; }

	.indexbrwn { color: #bdbfa2; }
	.indexbrwn:visited { color: #737f60; }
	a.indexbrwn:hover { color: #ff3300; }

	.indexgrey, .indexgrey:visited { color: #666666; }
	a.indexgrey:hover { color: #ff3300; }

	.indexyellow { color: #ebeeca; }
	.indexyellow:visited { color: #bdbfa2; }
	a.indexyellow:hover { color: #ff3300; }

	.datebrwn { color: #bdbfa2; }
	

/* subtext styles */

    .caption, .captionwhite, .captionyellow, .vidcaption, .footer { 
		font-family: Arial, sans-serif;
		font-size: 9px;
		line-height: normal;
		font-weight: bold;
		text-transform: uppercase;
		}
		
	.caption, .caption:visited { color: #bdbfa2; }
	.captionwhite, .captionwhite:visited { color: #ffffff; }
	.captionyellow, .captionyellow:visited {color: #ebeeca; }
	a.caption:hover, a.captionwhite:hover, a.captionyellow:hover { color: #ff3300; }

		
	.vidcaption {
		color: #bdbfa2; 
		text-align: center;
		margin-top: 4px;
		margin-bottom: 14px;
		}
		
	.footer {
		text-align: center;	
		color: #333333;
		}

	
/* underline link style */

	.pgphlink {
		color: #ffffff;
		text-decoration: underline;
		}
		
	.pgphlink:visited { color: #ffffff; }
	a.pgphlink:hover { color: #ff3300; }
	
