/* My first stylesheet. Create by me */

a:link, a:visited {
   color: #CCCCCC;
   background: transparent;
   text-decoration: none;
}

a:hover{
text-decoration: none; color: white;
}

/* end of stylesheet */ 