body{ font-size:12px;}
a:link {
	color: #993300;
}
a:visited {
	color: #993300;
}
a:hover {
	color: #993300;
}
a:active {
	color: #993300;
}

.tablelist
{
	background-color:#fff;
}

.tablelist th
{
	background-color:#0099CC;
	color:#fff;
	height:30px;
	font-size:14px;
}

.tablelist td
{
	
	background-color:#eee;
	margin:2px;
	padding:5px;
}