
@charset "utf-8";
/* CSS Document */
     p0 {
	    font-size:28px;
	    font-family: 'Pacifico', cursive;		 
        }
   
     p1 {
	    font-size:28px;
	    font-family: 'fira', cursive;
	    color:blue;
	    }

     p2 {
	    font-family: 'Roboto', sans-serif;
	    font-size:28px;
	    }
		
     p3 {
	    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	    font-size:28px;
	    color:grey;
	    }
		
	 A{
		 text-decoration:none;
		 }
