ul {
	list-style-type: square;
}

table {
	width: 100%;
	color: #665544;
}

th, td {
	padding: 7px 10px 10px 10px;
}

th {
	text-transform: uppercase;
	font-size: 90%;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #111111;
	text-align: left;
		
}
tr.even {
	background-color: #efefef;
}
tr:hover {
	background-color: #ede0d4;
}
