body {
	background-color:	#CED98B;
	color:				#000;
	font-family:		verdana, sans-serif;
	text-align:			center;
	font-size:			0.8em;
	margin: 			0;
	padding: 			0; 
}

h1 {
	font-size:			1.5em;
}

#banner {
	border:				2px solid black;
	width:				468px;
	height:				60px;
}

table a {
	margin:				1em;	
}

a {
	text-decoration:	none;
	color:				#323059;
}

a:hover {
	text-decoration:	underline;	
}

#todays {
	background-color:	#A69785;
	border:				2px solid black;
	border-radius:		2em;
	-webkit-border-radius:	2em;
	-moz-border-radius:	2em;
	width:				800px;
	margin:				0 auto;
	margin-top:			2em;
	margin-bottom:		2em;
}


#todays table {
	margin:				0 auto;
	margin-top:			1em;
	margin-bottom:		1em;
}

#todays table tr td {
	text-align:			center;
}

#todays img {
	border:		2px solid black;
	height:		100px;
	margin:				1em;
}

#todays img:hover {
	border:		2px solid #323059;
}


.yesterdays img{
	opacity:			0.5;
	filter:alpha(opacity=50);
}

.yesterdays img:hover {
	opacity:			1;
	filter:alpha(opacity=100);
}

hr {
	width: 55em;
	border:	solid 1px silver;