.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FF7777;
	font-weight: normal;
	letter-spacing: 1px;
}
.artist-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #DADADA;
	font-weight: normal;
	letter-spacing: 1px;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	font-weight: normal;
}
.grey-itals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	font-style: italic;
	font-weight: normal;
}
.grey-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	font-weight: bolder;
}
.grey-bold-itals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #CCCCCC;
	font-style: italic;
	font-weight: bolder;
}
.coloured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FF7777;
	font-weight: normal;
}
.coloured-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FF7777;
	font-weight: bolder;
}
.coloured-itals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FF5F59;
	font-style: italic;
	font-weight: normal;
}
.coloured-bold-itals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FF5F59;
	font-style: italic;
	font-weight: bolder;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
.black-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	font-weight: bolder;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: white;
	font-weight: normal;
}
.white-itals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: white;
	font-weight: normal;
	font-style: italic;
}
.white-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: white;
	font-weight: bolder;
	font-style: normal;
}
.white-bold-itals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: white;
	font-weight: bolder;
	font-style: italic;
}
