@import url('https://fonts.googleapis.com/css?family=Lato');
            a {
               color:blue;
               font-size:20px;
               text-decoration:none;
               }
            a:hover {
                    color:red;
                    font-size:20px;
                    }
             h1 {
		color:black;
		font-size:60px;
             	}
	     p {
		color:black;
		font-size:20px;
		text-align:justify;
		}		
             body {
		font-family: 'Lato', sans-serif;
		text-align:justify;
		}
            
