body {
	margin: 0;
	padding:0;     
	color: black;
	background-color: white;
	font-family: Arial, sans-serif;
	font-size: 14 pt;
	background-image: url(images/Image2.jpg);
}
a {
	color: blue;
}
a:hover {
	color: #993366;
}
span.allhead {
	font-size: 18pt;
	font-style: italic;
	font-weight: bolder;
	color: #339966;
	text-align: center;
}
span.facts {
	font-size: 18.0pt; 
	color: #993366;
	text-decoration: underline;
}

h1 {
	text-align: center;
	font-size: 24pt;
	font-weight: 700;
}

h1.header {
	font-size: 32pt;
	font-weight: bolder;
	text-align: center;
	color: #993366;
	margin-top: 0px;
	margin-bottom: -1px;
}
div.header {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	height: 220px;
}
div.main {
width: 100%;
margin: 0px 0px 0px 0px;
}

div.lh-col{
 width: 66%;
 float: left;
 margin: 0px 5px 0px 10px;
 padding: 0;
 background: #ffffff;
}
div.rh-col{
 margin: 0;
 padding: 0;
 text-align: center;
 font-weight: bold;
} 
div.footer {
	text-align: center;
	margin: 10px;
}

 span.todays{
 	color: #993366; 
	text-decoration:underline; 
	font-weight:700;
	text-align: center;
 }
 span.date{
 	text-decoration: none; 
	font-weight:700;
	font-size: 24pt;
 }
 p.yesterday{
	text-align: right;
	font-style: italic;
	font-weight: bolder;
}
li.menu {
	text-indent: 20px;
}
p.center {
	text-align: center;
}
p.fairuse{
	font-size: 10px;
	text-align: left;

}
p.comments{
	font-weight: bolder;
	text-align: center;
}