/* css styles */

strong a {
	font-weight: bolder;
}

figcaption {
	text-align: right;
}

tr {
	border: solid;
	border-color: #aaaaaa;
	border-width: 1px 0;
}

tr:first-child {
  border-top: none;
}
tr:last-child {
  border-bottom: none;
}

th, td {
	padding: 8px;
}

.title {
	text-align: center;
}

.navbar {
	background-color: #e0e0e0;
}
