body
{
        font-family: 'Open Sans', sans-serif;
}



p {
	margin-bottom: 2em;
}



a {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:link{
    color: blue;
}

a:visited{
    color: blue;
}

span.red{
        font-family: 'Open Sans', sans-serif;
	color: red;
}

span.h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.7em;
}
span.h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bolder;

	margin-top: 1em;
	margin-bottom: 0.7em;
}


h3 { font-weight: normal; padding: 0.1em 0.3em; margin-bottom: 0.3em; max-width: 1050px; }

li {
margin-bottom:5px;
}

td.week{
    text-align:center; background-color:#C0C0C0;
}
