a:link
{
	color: rgb(255,152,20); 
}
a:visited
{
	color: rgb(255,255,0); 
} 
a:active 
{
	color: rgb(255,255,0);
}
body
{
	font-family: "Bookman Old Style", "Times New Roman", Times;
	background-image:url('Library/music-staff-vintage.gif');
	background-repeat:repeat-y;
	color: #FF3;
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102);
	color: #FF6;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Bookman Old Style, Times New Roman, Times;
}
h1
{
	color: rgb(51,51,204);
}
h2
{
	color: rgb(0,153,51); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}
.FAQquestion {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF6;
}
.FAQanswer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
}

