#body-div {
	margin: 8px;
}

.top_header {
	width:100%;	height:100px;
	background-color:#CBE9F9;
	}

.middle_content {
	text-align: left;
	margin-bottom:20px;
	}

.middle_content textarea {
	width:100%;
	height:250px;
	font-size:12px;
	}

.middle_content input {
	margin-top:20px;
	width:200px;
	}

a {
	color:rgb(22,135,232);
	text-decoration:none;
	}

.bottom_footer {
	width:100%;	height:100px;
	background-color:#DBD4F9;
	}
