/* Start of CMSMS style sheet 'stanze' */
body {
		
	}

a,
a:link 
a:active {
   text-decoration: none;
   color: #E20883; 
}

a:visited {
   text-decoration: none;
  color: #E20883;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #000000;
}

#sfondonero a,
#sfondonero a:link 
#sfondonero a:active {
   text-decoration: none;
   background-color: none; 
   color: #ffffff;
   font-weight: normal;
   border-bottom: 0px;

}

#sfondonero a:visited {
   text-decoration: none;
   background-color: none;
   color: #ffffff;             
}

#sfondonero a:hover {
   text-decoration: none;
   color: #000000;
}
/* End of 'stanze' */

