body, b {
	font-size: 14px;	
}

td a {
	font-size: 12px;
	color: #000;
}

td a:hover {
	color: #00c;
}

td.order a {
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	display: block;
	border: 1px outset #fff;
	background-color: #ccc;
	color: #000;	
	text-decoration: none;
}

td.order a:hover {
	background-color: #c00;
	color: #fff;	
}



