body  {
	background-color: #ffffff;
	background-image: url(images/bggiosia1.jpg);
	background-repeat: no-repeat;
 }
 
a:link{
background: transparent;
color: #800040; 
text-decoration: none;
font-style: normal; 
font-weight: bold;
 }

a:active {
         background: transparent;
         color: #C40062; 
         text-decoration: underline;
         font-style: normal; 
         font-weight: bold; 
         }
            
a:visited {
          color: #4A0025; 
          background: transparent;
          text-decoration: none;
          font-style: normal; 
          font-weight: bold; 
          }
          
a:hover {
color: #C40062;
background: transparent;
text-decoration: underline;
font-style: normal;
font-weight: bold;
}