body, table, td {
	font-family: 'Josefin Slab', serif;
	font-size:20px;
	line-height:1.25;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 400;
	font-style: italic;
}
em.bold {
	font-weight: 700;
	font-style: italic;
}
body {
	margin-top: 0px;
}
.style1 {font-size: 16px}

div.content {
	background-color:#FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:10px thin #479D76;
	display:inline-block;
	padding:25px;
}