
#body {
	margin: 5em;
/*	font-family: 'Merriweather Sans', sans-serif; */
	font-family: 'Oxygen', sans-serif;
}

h1, h2 {
	/*
font-family: 'Sanchez', serif;
font-family: 'Merriweather Sans', sans-serif;
font-family: 'Days One', sans-serif;
font-family: 'Doppio One', sans-serif;
font-weight:normal;
*/

font-family: 'Merriweather Sans', sans-serif;
}

p {
	margin-left: 2em;
}

p.pub_with_details {
	margin-bottom: 0;
}

p.pub_details {
	margin-left: 4em;
	margin-top: 0;
}

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

a:hover {
	text-decoration: underline;
}


@media screen and (max-width: 800px) {

#body {
	margin: 1em;
}

p {
	margin-left: 0em;
}

p.pub_details {
	margin-left: 0em;
}  

}



