body {color: black; 
      font-weight: bold;
      background-color:#fffff9
      }
.quote {color:#444444;font-style:italic}
a {color:#ccaa00 }
.copyright {   font-size: 8pt;
                  color: gold;
                  text-align: center;
                  font-family: monospace;
                  padding: 6pt;

               }
.navbar { text-align: center; font-weight:bold; color: #ccaa00; background-color: #990000 }
.title { font-size:24pt;
	 font-family:serif;
            text-align: center;
            padding: 12pt;
            color: #000099;
            background-color: #990000;
            font-style:italic }
h1 { text-align: left;
     color: #ccaa00;
     font-weight:bold }
h2 { text-align: left;
     color: #ccaa00;
     font-weight:bold }
h3 { text-align: left;
     color: #990000;
     font-weight:bold }
img { border-style:none }
img.right { float:right }
img.left { float:left; padding:0; right-margin:10px}

table {
	border:0px solid navy;
	padding:0px;
	background-color:#dfefff;
	margin-left: auto; margin-right: auto;
	width: 100%;
	border-spacing:0px;
	padding:3px;
}

td {
	border-left:0px solid navy;
}