/* CSS Document - <link rel="stylesheet" href="Styles.css" type="text/css"> */

.class1 a:link { 
	    color: #FFFFFF;	
	    text-decoration: underline;
	    }
.class1 a:visited { 
	    color: #FFFFFF;	
	    text-decoration: underline;
	    }
.class1 a:active { 
	    color: #FFFFFF;
	    text-decoration: underline;
	    }




