body {
	background: white;
	background-image: url(imgs/background.png);
	color: black;
	font-size: 16px;
	font-family: Gill Sans;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 100px;
	margin-bottom: 20px;
}

/* For centring and re-sizing difficulties. Needs more work.
#title {
	margin-left: 80px;
}
*/

a {
	text-decoration: none;
	color: black;
}

div {
	border-radius: 2px;
	border: 0px solid black;
}

div img {
	display:block;
	margin:auto;
}
 
div p {
	text-align: center;
	font-size: 10px;
}

.paragraph {
	text-align: left;
	margin-left: 60px;
	margin-right: 200px;
}

#link {
	color: gray;
}

#archivetext {
	text-align: center;
	font-size: 14px;
}

.share {
	float: left;
}

.follow {
	float: right;
}

.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
}