body	{
	background-color: #FFFFC2;
	}
	
a:link	{
  color: blue;
  text-decoration: none;
}
a:visited	{
	color: blue;
	}
a:hover	{
	color: red;
	}
a:active	{
	color: red;
	}

a.redlink:link {
  color: black;
  text-decoration: none;
  }
a.redlink:visited {
  color: black;
  }
a.redlink:hover {
  color: red;
  }
a.redlink:active {
  color: red;
  }  
  
a.greenlink:link {
  color: black;
  text-decoration: none;
  }
a.greenlink:visited {
  color: black;
  }
a.greenlink:hover {
  color: green;
  }
a.greenlink:active {
  color: green;
  }  
  
a.bluelink:link {
  color: black;
  text-decoration: none;
  }
a.bluelink:visited {
  color: black;
  }
a.bluelink:hover {
  color: blue;
  }
a.bluelink:active {
  color: blue;
  }    
  
a.orangelink:link {
  color: black;
  text-decoration: none;
  }
a.orangelink:visited {
  color: black;
  }
a.orangelink:hover {
  color: orange;
  }
a.orangelink:active {
  color: orange;
  }    
  
.player	{
	text-align: center;
	display: block;
	margin: auto;
	padding: 15px;
	}
	
.topimage	{
	max-width: 95%; 
	text-align: center; 
	display: block; 
	padding-top: 20px;
	padding-bottom: 5px;
	margin: auto;
	}

.mugshot	{
	max-width: 80%; 
	height: auto; 
	text-align: center; 
	display: block; 
	margin: auto;
}

.lthumb	{
	float: left;
	padding: 5px;
	max-height: 5em;
	width: auto;
}

.caption {
	text-align: center; 
	font-family: sans-serif;
	font-size:0.9m; 
	font-style: italic;
	}

.indent	{
	margin-left: 2em;
	margin-right: 2em;
	}
	
.tunetitle	{
	text-align: center; 
	font-family:sans-serif; 
	font-size:1.5em;
	padding-top: 1em;
	}
	
.albumtitle	{
	text-align: center; 
	font-family:sans-serif; 
	font-size:1.2em;
	}

.desc	{
	max-width: 40em; 
	margin: auto; 
	text-align: left; 
	font-family:sans-serif; 
	font-size:1.2em; 
	padding-left:30px
   }
   
.parolestext {
	margin: auto; 
	text-align: left; 
	font-family:sans-serif; 
	font-size:1.2em; 
	padding-left:30px
	}
	
.greyed	{
	color: #707070;
	font-weight: lighter;
	}
	
.parolestitle {
	text-align: center; 
	font-size:1.1em; 
	font-weight: bold;
	}
	
.gdpr	{
	text-align: center; 
	margin: auto; 
	font-size: 0.8em;
	}
	

 
