<style>


.notesrow  {
       background-color: purple;
       
}










h1 {
    text-align: center;
    
    color: #e88616;
    font-size: 50px;



}



 
h3   {
    
    
      text-align: center;
      color: #bee165;

}

address {
      text-align: center;
}


body {background-image: url(images3/purple.jpg);

      font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size: 100%;
	  color: white;
	  
	  line-height: 2em; 
	  
}


 
 
 
a:link {color: blue; text-decoration: underline; }
a:active {color: blue; text-decoration: underline; }
a:visited {color: blue; text-decoration: underline; }
a:hover {color: blue; text-decoration: none; }



table {border-color: purple;}










</style>

