/* CSS for DocBook HTML output. By Steve Hoenisch. SIMPLE, CLEAN, AND TIGHT! */

body { background-color: whitesmoke; 
       font-size: 100%; font-family: Georgia, serif; 
       font-style: normal;}  

/* ================

lw lightblue= #4E8ABE
lw darkblue= #083EBl

========================== */




/* ========================================== 
================= */
 
a:link	{color: #083EB1; text-decoration: underline; }
a:active	{color: blue; text-decoration: none; }
a:visited	{color: darkslateblue; text-decoration: underline; }
a:hover    {color: blue; text-decoration: underline;  }

/* ========================================== */
	
h1 { color: black; 	font-family: Georgia, serif; font-weight: bold; font-size: 170%;  }


h2 { font-size:130%; font-family: Georgia, serif; font-style:normal; font-weight: bold; color: navy; }
	


h3 { font-size:110%; font-style:normal; font-family: Times New Roman, serif; font-weight: none;  color: #4E8ABE; } 
	

h4 { font-size:100%; font-family: Georgia, serif; font-style:normal; font-weight: bold; }


h5 { font-size:90%; font-family: Georgia, serif; font-style:normal; font-weight: lighter; }


h6 { font-size:80%; font-family: Georgia, serif; font-weight: bold; font-style: italic; }


/* ========================================== */

	
	pre {  }  
.command {font-family:Courier; background-color: gainsboro; }

p {  }
 


	
	
table { font-size: 100%; font-family: Georgia, serif; }

tr { font-size: 100%; font-family: Georgia, serif; }

td { font-size: 100%; font-family: Georgia, serif; }  






/* INLINE ELEMENTS */ 

	strong { }  
	kbd  {  }  			
	cite  { } 
	code {  } 




/* span for small caps on em element: */
.smcaps {
    font-size: 0.8em;
    text-transform: uppercase;
}



