body {
	background-color: white;
}

body, td, th {
	font-family: Sans-Serif;
}

#latches {
	text-align: center;
}

#latches .latchline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: navy;
}

#latches div div {
	margin-top: 0.5ex;
}

#latches table {
	border-collapse: collapse;
	position: relative;
	top: 1px;
}

#latches a {
	font-weight: bold;
}

#latches .latch a:hover {
	text-decoration: underline;
	color: yellow;
}

#latches .upsidelatch a:hover {
	text-decoration: underline;
	color: blue;
}

#latches a:link,
#latches a:visited,
#latches a {
	color: white;
	text-decoration: none;
}

#latches td.upsidelatch,
#latches td.latch {
	padding: 2px 1ex 2px 1ex;
}

#latches td.latch {
	background-color: navy;
}

#latches td.upsidelatch a,
#latches td.upsidelatch a:link,
#latches td.upsidelatch a:visited,
#latches td.upsidelatch {
	color: navy;
	font-weight: bold;
}

#latches td.upsidelatch {
	background-color: white;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
}

h1, h2, h3, h4, h5, h6, b, strong, a:link, a:hover, a:visited:hover {
	color: navy;
}

a:visited {
	color: black;
}

table {
	border-collapse: collapse;
}

table, tr, tbody, tfoot, thead, td, th, col {
	border-color: navy;
}

