
#tablestyle {
	 background: #76617b;
	clear: both;
	color: white;
	padding: 1em;
	border-top: .4em solid #9b92a2;
}

table { margin: 1em; border-collapse: collapse;
	width: 600px;
}
td, th { padding: .3em; border: 2px solid #fff; }
thead { background: #4f5e8b; }
tbody { background: #9b92a2; }

.time {
	background: #4f5e8b;
	
}

.break {
	background: #b3b0a1;
}

.food{
	background: #b3b0a1;
	color: #4f5e8b;
}

.main {
	background: #4f5e8b;
}
strong {
	color: #4f5e8b;
	}

table a:link {
	color: #303a59;
	text-decoration: underline;
	
}
table a:hover {
	color: #4f5e8b;
	text-decoration: underline;
	font-weight: bold;
}
