/* main.css */

BODY {
	font-family : Arial, Helvetica, sans-serif;
	background : url(images/musicbkg.jpg);
	color : Black;
	margin-right : 2%;
	margin-left : 2%;
	background-color : Aqua;
}

H1 {
	font-size : 160%;Arial
	font-weight : bold;
	text-align : center;
}

H2 {
	color : Blue;
	text-align : center;
}

H6 {
	font-size : 220%;
	font-weight : bold;
	color : Blue;
	text-align : center;
}

DIV.c3 {
	text-align : center;
}


P.c1 {
	text-align : center;
}

P.c2 {
	text-align : justify;
	margin-left : 3%;
	margin-right : 3%;
}

SMALL {
	font-size : -25%;
	text-align : center;
}

.FL {
	font-size : 144%;
	font-weight : bold;
}

.cb {
	color : Blue;
}


h5 {
	font-size : 220%;
	font-weight : bold;
	text-align : center;
}


p.c4 {
	font-weight : bold;
	margin-left : 2%;
	margin-right : 2%;
	text-align : right;
}

p.c5 {
	font-weight : bold;
	margin-left : 2%;
	margin-right : 2%;
	text-align : justify;
}

