#newsbox {
	background: #336699;
	margin: 0 0px 0 0px;
	width: 178px;
	/*height: 200px; height is currently 300px on site, but should ideally be 200px tall if possible*/
	/*border: 1px solid #eee;*/
   font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
   color: #eee;
}

*html #newsbox {display: inline;}

#newsbox p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	margin: 0px;
	color: #fff;
}

#newsbox p a {
	text-decoration: none; 
	font-weight: bold; 
	color: #eee;
}

#newsbox p a:hover {
	text-decoration: underline;
}

#marketsbox {
	background-color: #336699;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	/*margin: 0 10px 0 10px;*/
	width: 178px;
	border: 1px solid #eee;
}

table#markets	{
	background-color: #5B5959;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #eee;
	width: 100%;
}

table#markets tr.head {
	background-color: #5B5959;
}

table#markets td.indexlast {
	background-color: #6084A7;
}

table#markets td.change {
	background-color: #88A0B7;
}
