.container{
	width:800px;
	margin:0 auto;
	padding:60px 30px;
	}

.lifelogo{
	margin:30px 0px;
	}
	
.font1{
	font-size: 22px;
	}
	
.sub1{
	font-size: 22px;
	font-weight: 600;
	margin: 60px 0px;
	}
	
table{
	width:800px;
	}
	
td{
	font-size: 1.2em;
	height: 100px;
	}
	
.txtbox1{
	background-color: #f5f5f5;
	border-radius: 2px;
	border: 1px solid #32373c;
	box-shadow: none;
	padding: .5em;
	width: 100%;
	}

.txtbox2{
	background-color: #f5f5f5;
	border-radius: 2px;
	border: 1px solid #32373c;
	box-shadow: none;
	padding: .5em;
	width: 100%;
	height:200px;
	}
	 
	 