body 
{
	font-family: arial; 
	
 background-image: url(piano.jpg); background-attachment: fixed 
}


A
{
	color: blue;
	font-size: 13pt;

}
A:hover
{
	text-decoration: underline;
}

B
{
	font-family: Times;
	font-size: 15pt;
	color: #0a6060;
}
.big 
{
	font-family: arial; font-size: 20pt; font-weight: bold; 
}

.smaller 
{ 
	font-family: arial; font-size: 14pt; font-weight: bold; 
}

.smallest 
{ 
	font-family: arial; font-size: 10pt; font-weight: bold; 
}
.realsmallest 
{ 
	font-family: arial; font-size: 8pt;
}
.menulink
{
	color: White;
	font-size: 13pt;
	text-decoration: none;
	font-weight: bold;
}

.mainburtonheader
{
	 font-size: 26pt;
	 font-weight: bold;
	 color: #0a6060;
	 
}

.menustyles
{
	background-color: #0a6060;
	margin: 0 0 0 0;
}

table.coll 
{
border-collapse: collapse;
border-spacing: 10px
}
table.sep
{
border-collapse: separate;
border-spacing: 10px
}
