a:link {color: blue;
        font-variant: small-caps;
        border-style: none;
        border-with: 1px;
        margin-top: 20px;
        text-decoration: none;
        background-color: "FFFFFF"; }
a:visited {color: red;
	    font-variant: normal;
 	    border-style: none;
 	    border-with: 1px;
 	    margin-top: 20px;
 	    text-decoration: none;
 	    background-color: "FFFFFF"; }
 	    

        
a:hover {color: green;
		font-variant: small-caps;
        border-style: none;
        border-with: 1px;
        margin-top: 20px;
        text-decoration: none;
        background-color: "FFFFFF"; }
        
        
a:active {color: fuchsia; 
        font-variant: small-caps;
        border-style: none;
        border-with: 1px;
        margin-top: 20px;
        text-decoration: none;
        background-color: "FFFFFFF"; }
       

 	    
a.textlinks {border-style: none;
			border-with: 1px;
			padding: 2px;
			color: blue;
			fontsize: 100%;
			background-color: "FFFFFF";}
 
