			 body { 
			 			font-family: arial, helvetica;
						color: #1b1b1b;
			
						
			 }
			 
			 h1 {
			 		font-weight: bold;
					font-size: 1.3em;

			 }
			 
			 h2 {
					font-weight: bold;
					font-size: 1.0em;
 
			}		
			
			h3 {
			
					font-weight: bold;
					font-size: 0.9em;
 
			}		

      h4 {
					font-size: 0.7em;
 
			}	
			
			h5 {
				 font-size: 0.6em;
			}	 
			p {

				font-size: 0.7em;
				}
			
			#header {
							position: absolute;
							height: 86px;
							top: 0;
							left: 150px;
							width: 100%;
							background-color: #999999;
							padding: 2 px;
			
			}

			#navigation {
									position: absolute;
									top: 0;
									left:0;
									width: 150px;
									height: 100%;
									background-color: #c0c0c0;
									font-size: 0.7em;
									font-weight: bold;
									color: white;
			}
			
			#navigation ul {
									margin: 0 0 1em 0;
									padding: 0;
									list-style: none;
									}
									
			#navigation ul a {
									color: white;
									text-decoration:none;
									display: block;
									background:#999999;
									padding: 0 .5em;
									margin: 0 1em 2px 1em;
									
			}
			
			#navigation a:visited {
									color: white;
									background: #999999;
			}						

			
			#navigation a:hover {
									color: black;
									background:white;
			}
			
			

			#content { 
			  			 position: absolute;
							  left: 150px;
							  top: 86px;
								padding:5px;
			
			
			}
			
			#content li {
							 font-size: 0.7em;
			}
			
			#content a {
					text-decoration:none;

			
			}
			
				#content	p {

				font-size: 0.7em;
				}
			
			#content img {
							 		 border-style: solid;
									 border-width:6px;
									 border-color:#c0c0c0;
									 margin: 3px;
			}				
			

	