/*	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.
*/

/*
	STANDARD STYLES FOR HTML ELEMENTS
*/
body
{
	background-color: #ffffff;
	color: #000000;
}
body *
{
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: transparent;
}
form
{
	margin-top: 0px;
	margin-bottom: 0px;
}
li
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}
ol
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}
p
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}
pre,pre *
{
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;

}
ul
{
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
}
/* anchors */
a:link
{
	background: transparent;;
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	background: transparent;
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	background: #fff799;
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}
a:active
{
	background: transparent;
	color: #2e3192;
	font-weight: bold;
	text-decoration: none;
}

