/*	CSS FOR ALICEBOT.ORG
	Some of the styles defined here are "incomplete" --
	because Netscape 4.x is in wide use but does a poor
	job of implementing some CSS features, certain
	properties (mostly margin-related) are defined
	separately in a ns4.css file (for Netscape 4.x)
	and a standard.css file (for everything else).
	The additional file must be loaded via script
	from each html page.
*/

/* PARAGRAPH STYLES */

p.address			/* for displaying a mail address */
{
	font-family: "Courier New", Courier, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
p.caption			/* for captions on pictures, illustrations */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: transparent;
}
p.citation
{
	font-style: italic;
}
p.example			/* for displaying code examples */
{
	font-family: "Courier New", Courier, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-left: 50px;
}
p.featurelink
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
	text-align: left;
	color: #000000;
	background-color: #eeeeee;
}
p.featurelink a:link
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2e3192;
	background-color: #eeeeee;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
}
p.featurelink a:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2e3192;
	background-color: #eeeeee;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
}
p.featurelink a:active
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2e3192;
	background-color: #eeeeee;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
}
p.featurelink a:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2e3192;
	background-color: #eeeeee;
	line-height: 12px;
	margin-top: 10px;
	margin-bottom: 3px;
}
p.linkdescription	/* the small text that describes what a link is about */
{
	font-size: 10px;
	color: #2e3192;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: transparent;
}
/* anchors in a link description */
p.linkdescription a:link
{
	font-family: Verdana, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 10px;
	color: #2e3192;
	text-decoration: underline;
}
p.linkdescription a:visited
{
	font-family: Verdana, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 10px;
	color: #2e3192;
	text-decoration: underline;
}
p.linkdescription a:hover
{
	font-family: Verdana, Helvetica, sans-serif;
	background: #fff799;
	font-size: 10px;
	color: #2e3192;
	text-decoration: underline;
}
p.linkdescription a:active
{
	font-family: Verdana, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 10px;
	color: #2e3192;
	text-decoration: underline;
}
p.linktitle				/* the title for a link :-) */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
p.navlink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin-bottom: 6px;
}
p.nobottommargin		/* for simulating wraparound */
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
}
ul.linkdescription	/* the small text that describes what a link is about */
{
	font-size: 10px;
	color: #2e3192;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: transparent;
}
ul.linkdescription *	/* the small text that describes what a link is about */
{
	font-size: 10px;
	color: #2e3192;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
}
ol.linkdescription	/* the small text that describes what a link is about */
{
	font-size: 10px;
	color: #2e3192;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: transparent;
}
ol.linkdescription *	/* the small text that describes what a link is about */
{
	font-size: 10px;
	color: #2e3192;
	line-height: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
}
