body { margin: 0 auto; font-family: Lato, sans-serif; color: #ffffff}
a:link { color: #dododo}
a:visited { color: #cccccc}
a:hover, a:active, a:focus { color: #666666; text-decoration: none}
p { font-size: 18px; font-weight: 300}
h1 {font-size: 48px; font-weight: 300}
h2 {font-size: 28px; font-weight: 300;}
h3 {font-size: 20px; font-weight: 300}
.float-left {
	float: left;
	padding: 24px;
}
.float-right {
	float: right;
	padding: 24px;
}
p.width-80pc {
	width: 80%;
	max-width: 620px;
}
@media screen and (max-width:780px) {
	
.float-left {
	float: none;
	padding: 7px;
}
.float-right {
	float: none;
	padding: 7px;
}
}
