html{
	
	background-color: grey;
	font-style: helvetica;
	overflow-x: hidden;
	
}
.header{
	text-align: center;
	font-size: 22px; 
	background-color: #4E4E56;
	color: white;
}
.header_2{
	text-align: center;
	background-color: white;
}
.date_time{
	text-align: center;
	background-color: #64a70b
}
.main{
	position: relative;
	background-color: #64a70b;
}
.left{
	background-color: #64a70b;
	margin-left: 0px !important;
  	height:100%;
  	text-align: center;
  	text-decoration: underline;
  	
}
.right {
	background-color: #64a70b;
	margin-right: 0px !important;
	height: 100%;

}	
.middle{
	background-color: white;
	height: 100%

}
.footer{
	text-align: center;
	background-color: #4E4E56;
	color: white;
}
.link{
	font-weight: bold;
	text-align: center;
}

.link a:hover{
	color: gold;
}

input{
	cursor: pointer;
}


