body {
	padding-bottom: 1em;
	margin: 0px auto;
	padding-left: 1em;
	padding-right: 1em;
	max-width: 800px;
	padding-top: 1em;
}
H1 {
	margin-top: 0px;
}

A {
	color: #1982d1;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.transformation {
	text-align: center;
	background-color: #6d957a;
	display: block;
	margin-bottom: 10px;
	color: white;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 5px;
}

.transformation:hover {
	background-color: #6d957a;
	text-decoration: underline;
}

.format {
	text-align: center;
	width: 8em;
	display: block;
	margin-bottom: 10px;
	color: white;
	margin-right: 10px;
	text-decoration: none;
	border-radius: 5px;
	float:left;
	
}

A.format:hover {
	text-decoration: underline;
	}
	
.format H2 {
	padding-bottom: 5px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

.format P {
	padding-bottom: 19px;
	margin: 0px;
}

.pink {
	background-color: #bf9dc0;
}

.bodycontent {
	display: block;
	position:relative;
	width: 600px;
	top:0px;
	float:left;
}

.bodycontent Li{
	color: #bf9dc0;
	font-weight:bold;
}

.bodycontent H1{
	color: #bf9dc0;
	font-weight:bold;
	text-align:center;
}

img {
	border-radius: 5px;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.copy {
	display:block;
	color: gray;
	font-size:0.8em;
	float:left;
}