	



@font-face {
    font-family: "selina";
    src: url(../fonts/SLN45.otf);
	}
	
	@font-face {
    font-family: "allura";
    src: url(../fonts/serilio.otf);
	}

	@font-face {
    font-family: "palatino";
    src: url(../fonts/Palatino.ttc);
	}

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


	 a:link {
           color: white;
          text-decoration: none;
       }
       a:hover {
            color: white;
       }
       a:active {
           color: white;
           
       }       
	
		
	
	a:visited {color: white;}  /* visited link */
