@charset "UTF-8";
/* CSS Document */

	
			body {
    		background-color: #000000;
			overflow: auto;
    		}

			.bodytext	{
    		font-family: 'Libre Franklin', sans-serif;
    		font-size: 10px;
			color: #FFFFFF;
			}

			.intro	{
    		font-family: 'Libre Franklin', sans-serif;
    		font-size: 15px;
			line-height: 1.6;
			color: #243434;
			}

			.smallgrey	{
    		font-family: 'Libre Franklin', sans-serif;
    		font-size: 10px;
			color: #243434;
			}
		

