A  {
            	color : Red;
            	text-decoration : none;
            	font-family : sans-serif;
            	font-size : x-small;
            }
            
            A:Visited  {
            	color : Lime;
            	text-decoration : none;
            	font-family : sans-serif;
            	font-size : x-small;
            }
            
            A:Active  {
            	color : Yellow;
            	text-decoration : none;
            	font-family : sans-serif;
            	font-size : x-small;
            }
            
            A:Hover  {
            	color : Fuchsia;
            	text-decoration : underline;
            	font-family : sans-serif;
            	font-size : x-small;
            }