A.siteTitle {
	text-decoration: none;
	color: #663333;
}

A.siteTitle:hover {
	color: #aabb33;
}

div.siteTitle {
	font-weight: bold;
	background: #ffcc33;
	margin-bottom: 0;
	border-bottom: 3px solid #222222;
}

table.siteTitle {
	font-weight: bold;
	background: #ffcc33;
	margin-bottom: 0;
	border-bottom: 3px solid #222222;
}

hr.siteTitleSeparator {
	background: #000000;
	height: 3px;
	margin-top: 0;
}

th.rowLabel {
	font-weight: bold;
	background: #ffcc33;
}