body {
	background-image: url("images/grey_pattern2.png");
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

#root {
	border:1px black solid;
	width:10in;
	margin:auto;
}
#header {
	padding-top:20px;
	font-size:3em;
	text-align:center;
	background-image: url("images/grey_pattern3.png");
}
#content {
	background-image: url("images/grey_pattern4.png");
	padding:10px;
}

p {
	line-height: 1.5em;
	text-align: justify;
	padding-left: 40px;
	padding-right: 40px;
}
.week {
	padding:10px;
	border: black 1px dashed;
	font-size:10pt;
	font-weight:normal;
	height: 200px;
}

.day1 {
	float:left;
	width: 50%;
	height: 180px;
}
.day2 {
	margin-left:50%;
	height: 180px;
}

.week ul {
	list-style:none;
	padding-left:0px;
}	

ul {
	list-style:none;

}
.week ul li {
	margin:0px;
}

ol {
	font-size: 12pt;
	font-weight:bold;
}
ol li {
	margin-top:10px;
}
