body {
	font-family: geneva,tahoma, sans-serif;
	background:#eee;
	display: block;
	width: 656px;
	margin: 10px auto;
}

p {
    height: inherit;
    padding: 0 0 0 20px;
    box-sizing:border-box;
    width: 642px;
    color:#666;
    font-size:140%;
    line-height:1.8em;
}
strong {
font-weight:bold;

}

a {color:#600;text-decoration:none;}
a:hover {color:#600;text-decoration:underline;}
