  body {
	margin: 1em;
	font-family: sans-serif;
	color: black;
	background: white;
  } a:link {
	color: #040;
	background: transparent;
  } a:visited {
	color: #090;
	background: transparent;
  } a:active {
	color: #0c0;
	background: transparent;
  } a:hover {
	color: #040;
	background: #cfc;
  } h1 {
	font-size: 150%;
	color: #060;
	background: transparent;
	border-bottom: thin dotted #090;
  } h2 {
	font-size: 125%;
	margin-left: 2%;
  } h3 {
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 0 4%;
  } p, dl {
	margin: 0.25em 0.25em 0.25em 6%;
	text-align: justify;
  } li {
	margin: 0.25em 0.25em 0.25em 0;
	text-align: justify;
  } dd {
	display: inline;
	font-weight: bold;
	margin: 0;
  } dt {
	display: inline;
  } ul, ol {
	margin: 0 0 0 8%;
	list-style-position: inside;
	list-style-type: lower-alpha;
	text-align: justify;
  } ul.simple {
	list-style-type: disc;
  } ul ul {
	margin: 0 0 0 2%;
  } ul p {
	margin-left: 0;
  } #toc {
	font-size: smaller;
	margin-left: 0;
	list-style-type: decimal;
  } #toc ul {
	margin-left: 4%;
	list-style-type: none;
  } #header {
	border-bottom: 1px solid #C0C0C0;
	color: #C0C0C0;
	font-family: "Times New Roman", serif;
	font-size: x-large;
	text-align: center;
	background: url(../img/cmbs.jpg) 5px 5px transparent no-repeat;
	height: 66px;
	line-height: 66px;
	vertical-align: middle;
	padding-left: 65px;
  } #ch {
	border: none;
	float: left;
  } #is {
	border: none;
	margin-top: 16px;
	margin-right: 5px;
	float: right;
  } #prlogo {
	float: right;
	background: url(cmbs.jpg) 0px 5px transparent no-repeat;
	width: 55px;
	height: 66px;
	margin-right: 5px;
  } #title {
	text-align: center;
	border-bottom: none;
	margin-top: 0.25em;
	margin-bottom: 0;
  } #subtitle {
	text-align: center;
	font-size: 115%;
	margin-left: 0;
	margin-top: 0;
	color: #080;
	background: transparent;
  } #authors, #authors dd, #authors dt {
	display: block;
	margin-left: 2%;
  } #authors dt {
	margin-left: 4%;
  }
  @media print {
    #header, #authors {
	display: none;
    } * {
	color: black !important;
	background-color: white;
	text-decoration: none;
	border-bottom: none !important;
    } body {
	margin: 0;
	font-family: serif;
	color: black;
	background: white;
    } #k1, #k2, #k3, #k4, #k5, #k6, #k7 {
	page-break-before: always;
    } h3 {
	clear: both;
	float: left;
    }

