body {
	font-family: sans-serif;
	border: solid #b5efbd;
	padding: 5px;
	margin: 15px;
	font-size: 11pt;
}

A:visited { color: blue }

P { text-align: justify }

h1 {
	background: #b5efbd;
	border: solid #b5efbd;
	margin: 0;
	padding: 5px;
	text-align: center;
}

h2 {
	border-bottom: solid #b5efbd;
}

div.code {
	background: #c6dbff;
	border: thin solid;
	font-family: monospace;
	width: 90%;
	padding: 10px;
	margin: 5px;
}
span.code {
	background: #c6dbff;
	border: thin solid;
}
code {
	font-family: monospace;
}

TABLE {	
	text-align: center;
	border: solid #c6dbff;
}

TH {
	text-align: left;
    font-size: 10pt;
    font-weight: bold;
    background: #c6dbff; 
    padding: 4px
}

TD {
	text-align: left;
    font-size: 10pt;
    padding: 4px;
	border: solid #c6dbff;
}

.figure { text-align: center;
          margin-bottom: 2px }

.caption { text-align: center;
           margin-top: 0;
           font-size: 8pt }

.right {  text-align: right }

div.footer {
	border-top: solid  #b5efbd;
	margin-top: 20px;
	padding: 5px;
}
