BODY {
	text-align: left; 
	background-color: white; 
	font-family: Albertus Medium, Arial, Helvetica, sans-serif;
}

BODY.TOC {
	background-color: transparent; 
	background-image: url(horizontal3.jpg);
}	
BODY.HEAD {
/*	background-color: #CCCC00; */
	background-color: transparent; 
	background-image: url(horizontal3.jpg);
}	

DIV.TITLE {
	font-size: large;
	font-weight: bold;
	padding-bottom: 1em;
	text-align: center;	
}

DIV.SUBTITLE {
	font-size: medium;
	font-weight: bold;
	text-align: center;	
}		
DIV.SUBSUBTITLE {
	font-size: small;
	font-weight: bold;
	text-align: center;	
}		
DIV.ALBUMTITLE {
	font-size: x-large;
}
DIV.SONGTITLE {
	font-size: large;
}
DIV.LYRICS {
/*	white-space: pre; */
	font-size: medium;
	line-height: 120%;
	padding-bottom: 1.4em;
}
DIV.TIME {
	font-size: small;
	font-weight: bold;
	padding-bottom: 1.4em;
	color:#666666;
}
	
DIV.TOC-ITEM {
	padding: 8pt;
	border: thin solid #0000CC;
	margin: 12pt 0pt;
	text-align: center;	
	background-color: #CCCC66;  
	font-size: small;
	font-weight: bold;
}

IMG.ALBUMIMAGE {
/* 	padding: 2em; */
}

IMG.FACE {
 	padding: 6pt; 
}


ul {
	font-size: medium;
	font-weight: bold;
}

li {
	font-size: medium;
	font-style: italic;
}

th {
	color: #0000CC;
	background-color: #CCCCFF;
	margin-top: 1ex;
	margin-bottom: 10pt;
	border-bottom: thin solid blue;
}
A:link {
color:#003399;
}
 A:visited {
color:#663300;
}
 A:active {
color:#66FFFF;
}
 A:hover {
color:#0033CC;
}
