body, table td {
 	background-color: #D0D0E0;
	color: #000033;
}
a:link, a:visited {
	color: #333366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:hover, a:active {
	color: #663333;
}
a:link img {
	border: none;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	padding-top: 3ex;
	padding-bottom: 0.5ex;
}
h2 {
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding-top: 3ex;
	padding-bottom: 0.5ex;
	clear: both;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	padding-top: 1ex;
	padding-bottom: 0.2ex;
}
p {
	text-align: left;
}
small {
	font-size: smaller;
}
ul, ol {
	text-align: left;
}
code {
	font-family: monospace;
	font-weight: bolder;
	color: #003333;
}
code strong {
	color: #006666;
}
.topmenubar {
    text-align: center;
    letter-spacing: 0.1ex;
    white-space: nowrap;
    padding-bottom: 3ex;
}
.caps {
    font-variant: small-caps;
    font-size: 110%;
}
p.docu {
    padding-left: 3em;
}
ul.docu, ol.docu {
    padding-left: 5em;
}
.faqq {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.faqa {
    font-size: small;
}
.sig {
	padding-left: 10em;
	font-style: italic;
	font-size: 90%;
}

