/*********************** START MENU CSS **********************/

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */

/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; background-color:Black; layer-background-color:Black; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:12px; font-weight:bold}
.clLevel0{background-color:Black; layer-background-color:Black; color:white;}
.clLevel0over{background-color:#808080; layer-background-color:#808080; color:#7D1202; cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden; background-color:#808080; layer-background-color:#808080}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:tahoma, arial,helvetica; font-size:11px; font-weight:bold}
.clLevel1{background-color:Black; layer-background-color:Black; color:white;}
.clLevel1over{background-color:#808080; layer-background-color:#808080; color:#7D1202; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#808080; layer-background-color:#808080}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:Black; layer-background-color:Black; color:white;}
.clLevel2over{background-color:#808080; layer-background-color:#808080; color:#7D1202; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#808080; layer-background-color:#808080}

/*********************** END MENU CSS   **********************/

body
{
	vLink:#7d1202;
	aLink:#5b2e00;
	link:#7d1202;
	background:URL("images/musicTileWhite.gif");
	font-family:"Comic Sans MS";
	font-size:12pt;
	text-align:center
}

body.homepage
{
	vLink:#7d1202;
	aLink:#5b2e00;
	link:#7d1202;
	background:URL("images/musicTileTarnished.gif");
	font-family:"Comic Sans MS";
	font-size:12pt;
	text-align:center
}

h1 
{
	font-size: 24pt;
	font-family:"Comic Sans MS";
	text-align: center
}


a:link 
{
	color:#7d1202
}

a:visited
{
	color:#7d1202
}

a:active
{
	color:#5b2e00
}

a:hover
{
	font-weight:bold
}