@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
	width:100%;
    background-color: white;
	color:black;
	align-content: center
    
}




a:link {
	color: black;
	text-decoration: none;
	width:100%;
	
}
		
a:visited {
	color: black;
	text-decoration: none;
	width:100%;
	
		}
		
a:hover {
	color: darkgrey;
	text-decoration: none;
	width:100%;
      
}

        
        