/*
 * $Id: styles.css 8104 2005-06-16 03:02:40Z hun $
 * This CSS is not supposed to contain hardcoded font names
 */

body
{
	background-color: white;
}

p, b, blockquote, ul, ol, dl
{
	font-family: sans-serif;
}

h1
{
	font-family: sans-serif;
	text-align: left;
}

pre, tt
{
	font-family: monospace;	
}

.caption
{
	font-family: serif;
	font-style: italic;
}

.menu
{
	font-weight: bold;
	font-size: small;
	background-color: #c0c0c0;
}

.text
{
	background-color: #fff6e6;
}

.more 
{
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.footer
{
	font-size: small;
}

/* the following are the styles for the HTML generated from Docbook XML */

pre.screen,
pre.programlisting
{
	border-width: thin;
	border-style: solid;
	margin: 1.33ex 0 1.33ex 0;
	padding: 1ex;
}

pre.screen
{
	background-color: #F0D4D8;
	border-color: gray;
}

pre.programlisting
{
	background-color: #D8D4F0;
	border-color: gray;
}
