
body { 
	color: #4a4333;
	margin: 0;
	padding: 0;
}

h1 { font-size: 2.3em; font-family: Times, Serif; }
h2 { font-size: 0.9em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 0.8em; }

hr {
	border: 0;
	height: 2px;
	color: #af0101;
	background-color: #af0101;
}

.footerhr {
	border: 0;
	height: 1px;
	color: #ab9e8a;
	background-color: #ab9e8a;
	width: 30%;
	margin: 2px;
}

a:link { color: #4a4333; text-decoration: underline; }
a:visited { color: #af0101; text-decoration: underline; }
a:active { color: #af0101; text-decoration: underline; }
a:hover { color: #af0101; text-decoration: underline; }
.main {
	background: #f5e1bd;
	font-size: 0.8em;
	font-family: Sans-Serif;
	padding: 5px;
}

label { font-size: 0.7em; font-family: Helvetica, sans-serif; font-weight: bold; }
.caption { font-size: 0.7em; font-family: Helvetica, sans-serif; font-weight: bold; }
.form {
	font-size: 0.8em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	background: #ab9e8a;
	color: #4a4333;
	border: thin double #af0101;
}
.submit {
	font-size: 0.7em;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	background: #ab9e8a;
	color: #af0101;
	border: thin double #af0101;
}

.heading { background: #4a4333; color: #f5e1bd; font-size: 10px; padding: 1px;}
a.heading:link { color: #f5e1bd; text-decoration: none; }
a.heading:visited { color: #f5e1bd; text-decoration: none; }
a.heading:active { color: #ab9e8a; text-decoration: none; }
a.heading:hover { color: #ab9e8a; text-decoration: none; }

.nav { background: #ab9e8a; color: #af0101; font-family: Helvetica,
sans-serif; font-weight: bold; font-size: 10px; }
.nav-heading { font-size: 12px; color: #4a4333; text-decoration: underline; }
.nav-l0 { padding: 1px ; }
.nav-l1 { padding: 1px 8px; }
.nav-l2 { padding: 1px 16px; }
.nav-current { color: #f5e1bd; }
a.nav:link { color: #4a4333; text-decoration: none; }
a.nav:visited { color: #4a4333; text-decoration: none; }
a.nav:active { color: #f5e1bd; text-decoration: none; }
a.nav:hover { color: #af0101; text-decoration: underline; }
a.nav-section:link { color: #af0101; text-decoration: none; }
a.nav-section:visited { color: #af0101; text-decoration: none; }
a.nav-section:active { color: #af0101; text-decoration: none; }
a.nav-section:hover { color: #4a4333; text-decoration: underline; }

.contrast { color: #af0101; }
.error { color: #af0101; font-weight: bold;}
.flavour {font-family: sans-serif; font-size: 12px;}

kbd.root:before {content: "# " }
kbd {
	font-family: monospace;
	font-size: larger;
	padding: 3px 0px 3px 10px;
	background-color: black;
	color: white;
	display: block;
}
kbd.pgsql:before {content: "=> " }
