 
@import url(stylebase.css);
body {
  background: #eeeeff 
 }
 A:link {
	color: #000000;
        text-decoration: none
	}   /* for unvisited links */
 A:visited {
	color: #000000;
    	text-decoration: none
	} /* for visited links */
 A:active {
	color: #0000FF;
   	text-decoration: none
	}  /* when link is clicked */
 A:hover {
    	color: #000000;
    	text-decoration: underline
    		/* letter-spacing: -0.01em */ 
	} /* when mouse is over link */
