/*	Copyright (C) 2001 by Charles E. Galvin Jr.  All rights reserved. */
/*	Kopirajto (C) 2001 che Charles E. Galvin Jr.  Chiuj rajtoj estas rezervitaj. */
/*	Color descriptions of 1-word represent colors from the 16-color CSS palette */
/*	longer color descriptions are Web-safe colors with my own names */

A.navbar        {
	background-color: #FFFFFF; /* White */
	color: #CC0000; /* Fire Engine Red */
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none
}

A.docref	{
	background-color: #FFFFFF; /* White */
	color: #FF6600; /* Orange Orange */
	text-decoration: none
}

A:link	{
	background-color: #FFFFFF; /* White */
	color: #0000FF /* Blue */
}

A:visited	{
	background-color: #FFFFFF; /* White */
	color: #800080 /* Purple */
}

A:active	{
	background-color: #FFFFFF; /* White */
	color: #FF00FF; /* Fuchsia */
	font-weight: bold
}

BR.both	{
	clear: both
}

BR.left	{
	clear: left
}

BODY	{
	background-color: #FFFFFF; /* White */
	color: #000000; /* Black */
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	margin: 1em;
	text-align: left
}

DT	{
	margin-top: 0.5em;
	font-weight: bold
}

H1, H2, H3, H4, H5, H6	{
	background-color: #FFFFFF; /* White */
	color: #009900; /* Kelly Green */
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif
}
 
H1	{
	font-size: x-large;
	font-weight: bold
}

H2	{
	font-size: large;
	font-weight: bold
}

H3	{
	font-weight: bold
}

H4	{
	font-style: italic
}

H5	{
	text-decoration: underline
}

HR	{
	clear: both
}

IMG	{
	border-style: none
}

IMG.bullet	{
	float: left;	vertical-align: middle
}

IMG.left	{
	float: left;
	vertical-align: top
}

IMG.right	{
	float: right;
	vertical-align: top
}

LI	{
	margin-top: 0.5em;
	font-weight: normal
}

LI.bullet1	{
	margin-top: 0.5em;
	font-weight: bold
}

P	{
	text-indent: 2em
}

P.footnote	{
	font-size: smaller;
	text-indent: 0
}

P.indent	{
	margin-left: 4em;
	margin-right: 4em;
	text-indent: 0
}

P.left	{
	text-indent: 0
}

P.center	{
	text-align: center;
	text-indent: 0
}

P.navbar	{
	text-align: center;
	text-indent: 0
}

EM	{
	font-style: italic
}

CODE, KBD, SAMP	{
	font-family: "Andale Mono", "Monotype.com", "Letter Gothic", "Courier New", Courier, monospace
}

STRONG	{
	font-weight: bold
}

SUB, SUP	{
	font-size: smaller
}

TD	{
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
}

UL	{
	list-style-type: disc
}

.smcap	{
	font-variant: small-caps
}

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

.highlight	{
	background-color: #FFFF00; /* Yellow */
	color: #000000 /* Black */
}

.highlight2	{
	background-color: #FFFF00; /* Pale Lavender */
	color: #000000 /* Black */
}

.alilingva	{
	font-style: italic
}

.alilingva2	{
	text-decoration: none;
	font-style: italic
}

.nounderline	{
	text-decoration: none
}

.reverse	{
	background-color: #000000; /* Black */
	color: #FFFFFF /* White */
}

