a {
	background-color : #12740D;
	border: 3px solid Silver;
	color : White;
	display: inline-block;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bolder;
	padding : 8px 8px 8px 8px;
	text-align: center;
	text-decoration : none;
	width: 350px;
}

a:hover {
	background-color : #0C5208;
	border: 3px solid Black;
}

div {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 120%;
	font-weight : bolder;
}

table {
	margin-left: auto;
	margin-right: auto;
}

td {
	height: 63px;
	text-align: center;
	vertical-align:	bottom;
}

/* -----===== CLASS =====----- */

.time {
	background-color : #FFA500;
}

.time:hover {
	background-color : #CC8500;
}