body {
	background-image: url(images/back.png);
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
a {
	color: #435372;
	text-decoration: none;
}
a:visited {
	color: #1f314e;
}
a:hover {
	color: #00122c;
}
a img {
	border: none;
}
h1, h2 {
	margin: 0;
}
form {
	margin: 16px 0;
}
.container {
	position: relative;
	float: right;
	right: 50%;
}
.archs {
	position: relative;
	float: left;
	left: 50%;
}
.arch {
	float: left;
	padding: 4px;
}
.revs {
	border-spacing: 0;
}
td {
	padding: 0 2px;
	border-style: solid;
	border-color: #ece8db;
	border-width: 1px;
	white-space: nowrap;
}
.even {
	background-color: #ece8db;
}
.rev, .size {
	text-align: right;
}
.commit span {
	border-bottom: 1px dotted;
	cursor: help;
}
.master, .master td, .stable, .stable td {
	background-image: url(images/back3.png);
	padding: 1px 3px;
	border-width: 0;
	border-color: #3f3f3f;
}
.master, .master td {
	padding-top: 0;
	border-top-width: 1px;
	border-top-style: dashed;
}
.stable, .stable td {
	padding-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}