/* Start of CMSMS style sheet '_rudimentale' */
body {
		font-size: 10px;
                text-align: justify;
		font-family: Verdana, Arial, Trebuchet Ms, Verdana, Helvetica, sans-serif;
                line-height: 1em;
	}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   font-weight: normal;
   color: #cc0066; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #cc0066;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #cc0066;
   color: #ffffff;
}
/* End of '_rudimentale' */

