li {
	list-style-type: none;
}

.tb {
	background-color: black;
	font-family: Arial, sans-serif;
	font-size: 11px;
	border: 2px solid white;
	border-top: 0px;
	line-height: 15px;
	padding: 5px;
	width: 200px;
	color: white;
}

.tt {
	background-color: #FE0000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid white;
	padding: 5px;
	width: 200px;
}