.theWeekend{
background-color:white;
}

.tab{
	color:black;
	font-style:italic;
}

.eachDay{
background-color:white;
border: 2px solid black;
-moz-border-radius:80px 20px / 20px 80px;
border-radius: 80px 20px / 20px 80px;
margin-bottom:50px;
max-width:700px;
margin-left:auto;
margin-right:auto;
}

.day{
text-decoration:underline;
color:#00D931;
}

.content{
width: 80%;
margin:auto;
background-color:white;
font-family:Calibri !important;

}

.link{
margin-top:3px;
}

.red{
color: red !important;
}

.orange{
color: orange !important;
}

.yellow{
color: yellow !important;
}

.green{
color: green !important;
}

.blue{
color: blue !important;
}