body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 20px;
	color: #222;
	background: #ddd;
}
a {
    color: cornflowerblue;
}
ol {
	list-style : none;
	margin-left : 0px;
	padding-left : 0px;
	text-indent : 20px;
	font-size : 95%;
}
p {
    text-indent: 30px;
}
p a:hover {
	color: white;
	text-decoration : none;
}
small {
    font-size: 90%;
}
table {
    align: top;
}
td {
    font-size: 12px;
    line-height: 1.5;
}
#HeaderDiv {
	width: 95%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
	font-size : 14px;
}
#HeaderDiv img {
	float : right;
	margin : 0px 0px 5px 20px;
}
#HeaderDiv span {
	font-family : "Courier New", Courier, monospace;
	font-size : 80%;
}
#HeaderDiv h1 {
	letter-spacing : 5px;
	font-size : 200%;
}
hr {
	display: none;
}
h3 {
	width: 100%;
	clear: both;
	border : 1px solid White;
	padding-left : 5px;
	font-size : 100%;
	margin-top : 20px;
}
.DailyNarrative {
	float: left;
	width: 64%;
}
.DailyList {
	float: right;
	width: 32%;
	margin-right : 20px;
	margin-top : -5px;
}
.DailyNarrative, .DailyList {
	padding-bottom: 20px;
}
h3 span {
	font-weight: normal;
}
.DailyList li {
	margin-top: 10px;
	border-top : 1px solid Silver;
	padding-top : 10px;
}
.DailyList ul+li {
	padding-top: 0px;
}
