div{
	background: white;
	margin:.1em;
	
}
h1{
	margin: 0;
}

#wrap{
	width: 850px;
	margin: 0 auto;
}

#title{
	text-align: center;
	font-size: 45px;
}

#history_1{
	text-align: justify;
	font-family: "mr-eaves-modern",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
	
}

#history_2{
	text-align: justify;
	font-family: "mr-eaves-modern",sans-serif;
    font-style: italic;
    font-weight: 200;
    font-size: 22px;

}

.example{
	max-width: 47%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: .25em
}

.column{
	max-width: 45%;
	margin: 1em;
	display: inline-block;
	vertical-align: top;
}

ul{
	list-style: none;
	text-align: center;
	float: right;
	margin-bottom: .45em;
	margin-top: .45em;
}

body{
	font-family: "mr-eaves-modern", sans-serif;
}

#example_1{
	font-family: "mr-eaves-modern",sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
}

#example_2{
	font-family: "mr-eaves-modern",sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
}

.font-family{
	text-align: center;
}

#heavy{
	font-family: "mr-eaves-modern",sans-serif;
font-style: normal;
font-weight: 800;
font-size: 24px;
}

#thin{
	font-family: "mr-eaves-modern",sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 29px;
}

#light{
	font-family: "mr-eaves-modern",sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 28px
}

#book{
	font-family: "mr-eaves-modern",sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 27px;
}

#regular{
	font-size: 26px;
}

#book_italic{
	font-family: "mr-eaves-modern",sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 28px;
}

#regular_italic{
	font-family: "mr-eaves-modern",sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
}

#bold{
	font-family: "mr-eaves-modern",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
}