#title
{
	font-size: 40px;
	font-style: italic;
	margin-top: 500px;
	text-align: right;
	border-bottom: none;
}
  
#page 
{
	font-family: Cambria, Serif; 
   	width: 100%;
	text-align: left;
	background-color: white;
}

#links
{
	display: none;
}

#scroll_area
{
	border: none;
}

#navigation span
{
	display: none; /* have to use display on span since display on #navigation changed by jscript */
}

.artist 
{
	page-break-before: always;
}

.artistHeader  
{
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	border: none;
	border-bottom: 1px dotted black;
}

.artistSubheader
{
	page-break-before: avoid;
}
          
.album  
{	
	page-break-before: auto;
}

#tracks ul
{
	list-style: square outside none;
}

#tracks li
{
	background-image: none;
}
