.normal {
  font-family: "Myriad Pro", Myriad, Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}
.title {
  font-size: x-large;
  text-align: center;
  margin-bottom: 10px;
}
pre {
  font-family: "TheSansMono", "Courier New", Courier, mono;
}
code {
  font-family: "TheSansMono", "Courier New", Courier, mono;
}

.tablehead {
  background-color: #000000;
  color: #ffffff;
}
.tablecontrast {
	background-color: #CCC;
}

.rightBar {
	float: right;
	width: 120px;
	height: 600px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.clearRight {
	margin-right: 130px;
}