    body { 
					margin:9px 9px 0 9px;
					padding:0;
					background:white;
					font-family: Verdana, helvetica, sans-serif;
					color: black;}
					
					#level0 { background:navy; color:white; }
					
					#level1 { margin-left:143px;
    								padding-left:9px;
										background:white;
										color:black; }
					
					#level2 { background:white;
										color:black; }
					
					#level3 { margin-right:40px;
    								padding-right:9px;
										background:white;
										color:black;}
										
					#main {		background:white;
										color:black; }
									
							:link { color: blue;
											background: white;
											text-decoration: none; }
											
							:visited { color: purple;
															 background: white;
															 text-decoration: none; }
															 
							:active { color: blue;
															background: white;
															text-decoration: none; }
															
					div.center {text-align: center}
					
    P.mail2 { font-family: "courier new", serif }

		P.mailfr {font-family: "courier new", serif;
							font-weight: bold;
							font-style: italic }

		P.noon { color: red;
						 font-size: 16pt;
						 font-family: Verdana, helvetica, sans-serif;
						 background: rgb(255,255,255) }
						 
		S { text-decoration: line-through }
		
    P.small { font-size: 8pt }
		
		p.copyright { font-size: small }
    
		p.copyright small { font-size: small }
		
		@media screen { /* hide from IE3 */
		a:hover { color: blue;
							background: yellow; }
								
		pre { margin-left: 2em }
		
		/* p { margin-top: 0.6em; margin-bottom: 0.6em; } */
		
		dt, dd { margin-top: 0; margin-bottom: 0 }
		/* opera 3.50 */
		dt { font-weight: bold } pre, code { font-family: monospace }
		/* navigator 4 requires this */
    ul.toc { list-style: disc;
		/* Mac NS has problem with 'none' */
		list-style: none; } 
		
}

