body {
	background: #ddd;
	font-family: sans-serif;
	font-size: 1.1em;
	padding: 100px 20px;
	margin: 0;
	color: #444;
}
body, html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
    color: #663399;
}
a:visited {
	color: #663399;
}
a:hover {
	color: #444;
	text-decoration: none;
}
header, footer, article {
	display: block;
}
img {
	max-width: 100%;
}
header {
   text-align: center;
   
}
header h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #663399;
}
p {
	text-align: center;
	font-weight: 400;
	line-height: 1.6em;
}
p.strap {
	font-weight: 700;
	margin-top: 20px;
}
.clr {
    clear: both;
}
footer {
    clear: both;
    color: #444;
    text-align: center;
	font-size: 0.7em;
	margin-top: 50px;
}
footer a, footer a:visited {
    color: #444;
}