body { 
	margin:0; 
	padding:0;
	font: 80% verdana, arial, sans-serif;
	background: #ff9900;
}
a:link { color: #000; }
a:visited { color: #000; }
a:hover, a:active { 
	color: #000; 
	background: #ff9900;
	text-decoration: underline;
}
.tradermade-box { 
	border:1px solid #306;
	font: 10px arial, sans-serif;
	width: 160px;
	background: #ffffff;
	text-align: center;	
}
.market-tbl { 
	border:1px solid #000; 
	width: 80px;
	background: #ffc;
	margin: 10px 0 0 0;	
}
.market-index {
	position: relative;
	text-align: center;
	top:-.7em;left:0px;
	line-height: 1.2em;
	background: #ffdca8;
	border: 1px solid #000;
	width: 68px;
	text-align: center;
	font: 11px arial, sans-serif;
}
.market { 
	font: 10px arial, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #000;
	background: #ffc;
}
