.simpletext  {
	font-family: Arial, helvetica;
	font-size: 12px;
 }

.simpletextbold 	{
	font-family: Arial, helvetica;
	font-size: 12px;
	font-weight: bold; 
}

.simpletextcolor {
	font-family: Arial, helvetica;
	font-size: 12px;
	color: #FF9C00; 
}

.simpletextboldcolor {
	font-family: Arial, helvetica;
	font-size: 12px;
	color: #FF9C00; 
	font-weight: bold; 
}

.simpletextsmall  {
	font-family: Arial, helvetica;
	font-size: 10px;
}

.simpletextsmallcolor  {
	font-family: Arial, helvetica;
	font-size: 10px;
	color: #FF9C00; 
}

a {
	text-decoration: underline;
	color:#000000;
}

a visited {
	color:#000000;
	text-decoration : underline;
}

a.artist {
	font-family: Arial, helvetica;
	font-size: 12px;
	color: #FF9C00; 
	font-weight: bold; 
}
