/* Style Sheet for Kotze Report "typewritten" pages */

body {
	background-color: #efefef;
	color: #333;
	font-family: Courier, "Courier New", monospace;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	}
	
a:link {
   color: #c00; 
   font-weight: bold;
   text-decoration: none;
   }

a:visited {
   color: #366; 
   font-weight: bold;
   text-decoration: none;
   }

a:hover {
   color: #f00; 
   font-weight: bold;
   text-decoration: none;
   }

a:active {
   color: #f30; 
   font-weight: bold;
   text-decoration: none;
   }

h1 {
   font-size: 2em;
   text-align: center;
   }

h2 {
   font-size: 1.2em;
   margin-bottom: 2em;
   text-align: center;
   }

.page, .chart {
   background: #fff;
   border: solid 1px #666;
   display: table;
   font-family: Courier, "Courier New", monospace;
   font-size: 10px;
   margin: auto;
   overflow: visible;
   padding: 20px;
   text-align: left;
   }

.page {
   white-space: pre;
   }

.chart h1 {font-size: 2em; font-weight: bold; text-align: left;}
.chart h2 {font-size: 1.75em; font-weight: bold; text-align: left;}
.chart h3 {font-size: 1.5em; font-weight: bold; text-align: left;}
.chart h4 {font-size: 1.25em; font-weight: bold; text-align: left;}
.chart h5 {font-size: 1em; font-weight: bold; text-align: left;}

.title, .footer, .topnav, .botnav, .section {
   font-size: 100%;
   margin: auto;
   padding: 0;
   text-align: center;
   }

.title, .section { margin-top: 20px; }

.footer { padding-bottom: 10px; }

.titlepg {
   background-color: #fff;
   border: solid 1px #000;
   font-family: Times, serif;
   margin: 20px;
   padding: 100px 10px 10px 10px;
   text-align: center;
   }

.title1 {
   font-size: 3em;
   }
   
.title2 {
   font-size: 2.5em;
   }
   
.title3 {
   font-size: 2em;
   font-style: italic;
   }

.title3a {
   font-size: 2em;
   font-style: italic;
   margin: 0 auto;
   padding: 0 auto;
   }

.title4 {
   font-size: 1.5em;
   }

.title5 {
   font-size: 1.25em;
   }

.u {
   font-style: normal;
   text-decoration: underline;
   }

.center {
   text-align: center;
   }

.note, .sic {
   color: #00f;
   }
   
.sep {
   margin: 3em auto;
   }
   
.short {
   width: 40%;
   }

.subel {
   font-size: smaller;
   }

.super {
   vertical-align: super;
   }
