<!--

/*Post-it note script- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/

#postit{
position:absolute;
width:300px;
padding:5px;
background-color:lightyellow;
border:1px solid gray;
visibility:hidden;
z-index:100;
cursor:hand;
cursor: pointer;
}

-->