body {
	margin: 0;
	padding: 3%;
	font-family: Georgia, serif;
	color: #333;
	background: #fff;
	font-size: large;
	}
a img {
	border: none;
	}

/* 
unwanted elements
*/

.menu, .footer, .home, .fullpage{
       display: none;
       }


