@import url(undohtml.css);
@import url(layout.css);
@import url(colour.css);
@import url(typography.css);
   
div#content p:first-child {
font-size: 110%;
font-weight: bold;
color: #922;
}

div#content p {
clear: both;
}

dl.list-table {
width: 56em;
margin: 2em 0;
padding: 0;
}

dl.list-table dt {
width: 4em;
float: left;
margin: 0 0 0 0;
padding: 2px;
font-weight: bold;
}

dl.list-table dd {
float: left;
width: 50em;
margin: 0 0 0 0;
padding: 2px;
}

dl.list-table dt:nth-child(4n+1) {
	background: #DDD
}

dl.list-table dd:nth-child(4n+2) {
	background: #DDD
}
