body {
	font-family: Arial, Helvetica, sans-serif;
}

#soc-header {
    position: absolute;
	top: 0;
	width: 95%;
	left: 0px;
	color: brown;
	background-color: #CCFF66;
	font-family: "Times New Roman";
	font-size: 60px;
	font-weight: bold;
	padding: 50px;
	/* border: 1px solid black; */

}

#left-stations {
    position:absolute;
	top: 175px;
	left: 3%;
	width: 10%;
}

#right-stations {
    position:absolute;
	top: 175px;
	right: 3%;
	width: 10%;
	/* padding: 25px; */
}

#textarea {
    position: absolute;
	top: 225px;
	font-family: "Times New Roman";
	font-size: 40px;
	Left: 18%;
	width: 65%;
	/* border: 1px solid blue; */
}

#footer{
    position: absolute;
	top: 1753px;
	left: 263px;
	text-align: center;
    border: 1px #000 solid;
	margin-bottom: 250px red;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

