html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: white; 
 font-family: Verdana, sans-serif; 
 font-size: 100%;
 }
h1 {
 font-size: 200%; 
 color: #03644D; 
 text-align: center;
 }
h2 {
 font-size: 150%; 
 color: #03644D; 
 padding-left: 15px;
 }
p,ul,li,td {
 color: black; 
 }
a:link {
 color: #03644D;
 text-decoration: underline;
 }
a:visited {
 color: #91B05C;
 }
a:hover {
 color: purple;
 text-decoration: none;
}
a:active, a:focus {
 color: #03644D;
}
a:link { color:#03644D; font-weight:bold; text-decoration:none; }
a { text-decoration: none; }
a:hover { color:purple; font-weight:bold; padding-left:20px;
background-repeat:no-repeat; background-position:left; }

a.a1:link { color:#03644D; font-weight:bold; text-decoration:none;
target="_blank" }
a.a1 { text-decoration: none; 
     
		}

a.a1:hover { color:purple; font-weight:bold; padding-left:20px;
background-repeat:no-repeat; background-position:left;
     
}

a span{
     position:absolute;   
    transform:scale(0) rotate(-12deg);	 
	transition:all .25s;
     margin-top:23px;
     margin-left:-35px;
     color:#09c;
     background:rgba(0,0,0,.9);
     padding:15px;
     border-radius:3px;
     box-shadow:0 0 2px rgba(0,0,0,.5);
}

a:hover span, a:focus span{
     transform:scale(1) rotate(0);        
}







