#iptc-header blockquote {
    vertical-align: middle;
    text-align: center;
    background: #eee;
    margin: 0;
    padding: 1em;
}
body {
	font-size: 100%;
	text-align: center;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/* page background colour */
	background: #333;
 }
dl {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
}
a {
	font-weight: bold;
	/* colour of all links */
	color: #85C441;
	text-decoration: none;
}
h1, h2, h3, h4 {
	/* headings colour */
	color: #1B9BD7;
}
h1 {
	margin: 0.25em 0 0 0;
}
h2, h3, h4 {
	margin: 0.5em 0;
}
#tagline {
	margin: 0 0 1em 0;
	font-weight: bold;
}
#content {
	width: 960px;
	text-align: left;
	margin: 1em auto;
	/* main content background colour */ 
	background: #fff;
	padding: 1em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#abstract, #introduction, #overview, #terms, #classes, #properties, #dt_properties {
	margin: 1em 0;
	/* color of divider lines */
	border-top: 3px solid #1B9BD7;
}
.term {
	padding: 0.25em 1em;
	/* background colour of class/term panels */
	background: #E8E8E8;
	margin: 1em;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.label {
	font-weight: bold;
}
.term .comment {
	/* term comment text style */
	font-style: italic;
	font-size: 95%;
}
.term ul {
	list-style: outside square none;
}
