body {
background-color:#CCCCCC;
}

.fancyheader {
font-family:"Courier New", Courier, monospace;
font-size:24px;
}

img {
display:block;
}

p {
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

p.musiccolheader {
font-size:18px;
font-style:italic;
}

p.musiccol{
font-size:16px;
}

li {
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}

h2 {
font-size:24px;
color:#000000;
}

h3 {
font-size:20px;
color:#000000;
}


a.biglink {
font-size:24px;
}

/*the following 4 CSS statements handle the links on the navigational bars*/

a.nav {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}

a.nav:link {
	color:  #CCCC33;
}

a.nav:visited {
	color:  orange;
}

a.nav:hover	{
	color:  black;
	background-color:#999999
}

a.nav:active {
	color:  red;
}
