.mainbodyfont {
	FONT-SIZE: 16px;
	font-family: "Comic Sans MS";
	font-style: normal; 
	COLOR: orange;
}

.boldbodyfont{
	FONT-SIZE: 30px;
	font-family: "Comic Sans MS";
	font-weight: bold;
	COLOR: orange;
}

.smallfont{
	FONT-SIZE: 12px;
	font-family: "Comic Sans MS";
	font-weight: normal;
	COLOR: orange;
}


.songlist {
	font-size: 15px;
	font-family: "Comic Sans MS";
	font-style: normal;
	font-weight: bold;
	color: orange;
}

.songlistartist {
	font-size: 15px;
	font-family: "Comic Sans MS";
	font-style: italic;
	color: orange;
}

.logocolourone {
	FONT-SIZE: 30px;
	font-family: "Comic Sans MS";
	font-style: italic;
	font-weight: bold;
	COLOR: ff4c28;
	
}

.logocolourtwo {
	FONT-SIZE: 30px;
	font-family: "Comic Sans MS";
	font-style: italic;
	font-weight: bold;
	COLOR: fad812;
}

.introwhite {
	FONT-SIZE: 30px;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	COLOR: White;
}

.introwhitesmall {
	FONT-SIZE: 15px;
	font-family: sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: centre;
	COLOR: White;
}