
<style>


.notesrow  {
       background-color: purple;

}








h1 {
    text-align: center;

    color: gray;
    font-size: 50px;



}


h2 {
    text-align: center;

    color: gray;




}





body 
      {font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size: 100%;
	  color: gray;
	  line-height: 2em; 
	  
}


 
 
 
a:link {color: #59070c; text-decoration: underline; }
a:active {color: #59070c; text-decoration: underline; }
a:visited {color: #59070c; text-decoration: underline; }
a:hover {color: #59070c; text-decoration: none; }
 











h3   {


      text-align: center;
      color: #bee165;

}



address {
      text-align: center;
}



}

.second_bul {
        list-style-image: url(images/pm_bul2.png);
</style>

