body {
	width: 100%;
	font-size: 1.0em;
	font-family: "Noto Serif", serif;
}
h1 {
	font-family: "Noto Serif Condensed", serif;
}
.wrapper {
	width: 66%;
	margin: 0 auto;
	margin-top: 10em;
}

.italics {
	font-style: italic;
}

a {
	font-weight: bold;
	color: #fa523c;
}

.table {
    border-collapse:separate; 
    border-spacing:5em;
}

img {
    display: block;
    float: left;
    max-width:30%;
    max-height:30em;
    width: auto;
    height: auto;
    margin: 0% 1% 0% 0%;
    
}

.clear {
    clear: both;
}