
BODY {
	background-image:;
	background : #D6F4EC;
}
A:link  {
     	text-decoration : none;
         }
         
A:visited  {
         	text-decoration : none;
            }
         
A:active  {
         	text-decoration : none;
         }a            { color: #0557B1;
}
A:HOVER {
	text-decoration: underline;
	color : Blue;
}
