
body {
	background: #efefef;
	margin: 50px 50px 20px;
	text-align: center;
 }

a:link { 
	color:#6baa6b;
	text-decoration: none;
}
a:visited {
	color: #5b995b; 
	text-decoration: none; 
}
a:active { 
	color: #008200; 
	text-decoration: none; 
}
a:hover { 
	color: #FF0000; 
	text-decoration: underline; 
}

.box {
	margin: 20px;
	background-color: #aaaaed;
	width: 90%;
	padding: 20px;
	text-align: left;
}

.day{
	font-size: 15px;
	font-weight: bold;
	margin: 7px 0px;
}

.txt{
	font-size: 12px;
	margin: 6px;
}

.past{
	font-size: 13px;
	text-align: left;
	margin: 20px 10%;
}