BODY { color: black ; background: white ;
		font-family: "Arial", sans-serif ;} 

	H1 {  text-align: left; font-size: 200% ;
		font-family: "Arial", sans-serif ; }

	H2 { text-align: left;  
		border-bottom: 1px dotted #ccc;
		font-family: "Steve", "Arial", sans-serif ; }

	H3, H4, H5, H6 { }

	A { font-weight: bold; }
	A:hover {  background-color: #E0E0E0 ; }
	   
	PRE { 	background: #FFEEEE ;
		margin: 1em 2em 1em 2em ;
		padding: 0.5em ;
		font-size: 150% ; font-family: monospace }

	BANNER { color: white ; background: black ;
		margin-left: 0% ; margin-right: 0% }

	P.attrib { text-decoration:none ;
		   font-size: smaller ; }

	P { font-weight: bolder ; }
    
#nav	{
	background-image: url("/images/tgrey.png");
	position: absolute;
	left: 10px;
	width: 130px ;
	top: 10px;
	padding: 10px;
}

ul.nav_ul	{ width: 100% ; margin: 0 ; padding: 0 ; }

li.nav_li { list-style: none; list-style-type: none; text-align:right; text-transform: lowercase ;}
li.nav_li:hover {  background-color: #f0f0f0 ; }

h1.nav_title { 
	   text-align: right;
	   font-size: smaller;
	   }

#content	{
		padding: 10px;
		position: absolute;
		top: 10px;
		left: 170px ;
		width: 740px ;
		z-index: 1;
                overflow: hidden;
		}
