body {
	background-color: linen;
	font-family: Arial, Helvetica, sans-serif;
  	margin: 0;
}

* {
	font-family: Arial, sans-serif
}
	
img {
	display: block;
 	margin: auto;
}

.normal {
	font-weight: normal;
}
.semi-bold {
	font-weight: 575;
}
.bold {
	font-weight: bold;
}
.center-text {
  	text-align: center;
}
.underline-txt {
	text-decoration: underline;
}
	
.container {
	width: 660px;
	margin: 0 auto;
}
