<!--TeachMePlayPiano -->
<style >
body{
background-color:  #FFFFFF;
}

a:link {color: maroon};
a:visited {color: purple};
a:hover {color: teal};
a:active {color: blue};

a.heading{
text-align:right;
font-family: Verdana;
font-size: 16px;
text-decoration: none;

 }
 
a.left {
text-align: left;
font-family: Verdana, "helvetica", sans-serif;;
font-size: 14px;
text-decoration: none;
 }
 
table{
border-collapse: collapse;
border-width: 1px;
border-color: white;
}

td.left{
//background-color: #e6e6fa;
background: images/background.jpg;
color: maroon; 
}
td{
background_color:#ffffff; 
text-align: justify;
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
}

td.lavender{
 background-color: #E6E6FA; 
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
}
td.white{
 background-color: #ffffff;
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
}


td{
background_color:#ffffff; 
text-align: justify;
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
}


h1,h2,h3,h4,h5,h6 {
color: maroon;
text-align :center;
font-family: "Verdana", "helvetica", sans-serif;

}

th{
background-color: #e6e6fa; //Levender 
border-color:#e6e6fa;
color: maroon;
 font-size: 14px;
}

p{
 text-align: justify;
 color= black; 
 font-family: "Verdana", "helvetica", sans-serif;
 font-size: 14px;
} 

ul.note {
list-style-image: url('images/not4.gif')
list-style-position: inside
}

li{
text-align: left;
font-family: "Verdana", "helvetica", sans-serif;
font-size: 14px;
}

</style>