a { text-decoration: none;
        	color: blue;
        	}
        
	#headimg { height: 100px;
			left: 50px;
			top: 20px;
			position: fixed;
			z-index: 101;
			}	
	
	#headtxt {height: 100px;
			font-size: 45px;
			color: black;
			position: fixed;
			z-index: 100;
			background-color: white;
			width: 100%;
			padding-left: 250px;
			}
		
	#nav
		{	color: black;
			width: 200px;
			position: fixed;
			top: 150px;
			left: 8px;
			font-size: 100%;
			font-weight: bold;
			line-height: 2em;
		}
		
	#content
		{
			
			position: absolute;
			top: 150px;
			left: 200px;
			padding-right: 200px;
			font-size: 80%;
		}
		

		
	body { 
		color: black; 
		font-family: serif;
		background-color: white;
		
		}