#dbalintro
{
	background-color: lightblue;
	padding: 0.4em;
	border-top: 1px solid saddlebrown;
}

div#top
{
	padding-top: 0;
	margin-top: 0;
}

/* General font families for common tags */
font,th,td,p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#content div, pre
{
	color: black;
	background-color: transparent;
	padding: 0.6em;
}


.header
{
	color: blue;
	font-size: 2.0em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0.2em;
	padding: 0.3em;
}

.date
{
	color: inherit;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}

.credits
{
	margin: 0px;
	margin-top: 1em;
	clear: both;
	font-size: 0.7em;
}

h1, h2
{
	color: blue;
	background-color: inherit;
	font-size: 1.5em;
	margin-top: 0.1em;
	text-decoration: none;
	border: none;
}

h2
{
	font-size: 1.1em;
}

p.last
{
	margin-bottom: 0;
}

ol
{
	margin-bottom: 0;
	list-style-type: upper-roman;
}

ol ol
{
	list-style-type: lower-roman;
}

ol#spaced
{
	margin-left: 4em;
}

.totop
{
	text-align: right;
	font-size: 0.7em;
}

.menu
{
	text-align: center;
	font-size: 0.7em;
}

.inlinecode
{
	font-style: italic;
	font-weight: bold;
}

.uline
{
	text-decoration: underline;
}


.quote
{
	font-size: 0.9em;
	color: #444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #CCC solid 1px;
}

.name
{
	color: indigo;
	background-color: inherit;
	font-weight: bold;
	font-size: 1.2em;
}

.layers
{
	color: green;
	background-color: inherit;
	font-weight: bold;
}

.parameters
{
	color: darkred;
	background-color: inherit;
	font-weight: bold;
}

.optional
{
	color: darkred;
	background-color: inherit;
	font-weight: bold;
	font-style: italic;
}

.seealso, .seealso a
{
	color: olive;
	background-color: inherit;
	font-weight: bold;
}

.constants
{
	color: green;
	background-color: inherit;
	font-weight: bold;
	text-transform: uppercase;
}
