@charset "utf-8";
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: calibri;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FF00CC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.heading1 {
	font-size: large;
	font-weight: normal;
}
.pinktext {
	color: #FF0099;
}
.songtable {
	font-size: small;
	border: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}
.courseheading {
	font-size: medium;
	font-weight: bold;
	color: #FF0066;
}
.smalltext {
	font-size: small;
}
