body
{
	font-family: Times, serif;
	color: purple;
	background-color: #DDDD33;
}

h1,h2,h3
{
	font-family: Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}

table
{
	width: 100%;
	text-align: left;
	padding: 15px;
}

th
{
	font-family: Helvetica, sans-serif;
	text-align: center;
	font-size: 18;
	background-color: #FFFF99;
	border-width: 0;
}

hr { margin: 0; }

td { text-align: center; }

.noteLink {
	font-size: 12;
	text-align: center;
}

.ref { background-color: #FFFF99; }

.seq
{
	text-align: left;
	background-color: #33DDDD;
	font-family: Courier, monospace;
	padding-left: 10px;
	padding-right: 10px;
}

.label
{
	text-align: right;
	background-color: #DD9999;
	width: 200px;
}
.th2 { background-color: #99FF99; }

.spacer { padding: 3; }
.marker { background-color: #FFAAFF; }
.default, .color1 { background-color: #FFFFAA; }
.setup { background-color: #FFAAAA; }
.debugging { background-color: #AAAAFF; }

