/*
	inspired by http://dev.perl.org/perl-styles.css
*/
/*
	because netscape 4 doesn't inherit from the body class we need to
	specify everything?!, gaah ...
*/
BODY, TABLE, TD, P, SPAN, H1, H2, H3, UL
{
	color: black;
/*	font-size: 12pt;	*/
	font-size: 10pt;
/*	font-family: Verdana, Helvetica, Arial, Univers, sans-serif;	*/
	font-family: Arial, Helvetica, Verdana, Univers, sans-serif;
}

BODY				{ background-color: #ffffff; }

SPAN.comments	{ font-size: 70%; }
H1					{ font-size: 140%;	font-weight: bold; }
H2					{ font-size: 125%;	font-weight: bold; }
H3					{							font-weight: bold; }

A:link			{ color: #690020 }
A:active			{ color: #003600 }
/*
A:hover			{ color: #696040 }
A:visited		{ color: #900000 }
*/
A:hover			{ color: #690020 }
A:visited		{ color: #690020 }

A[name]:hover	{ color: #006699; }

.tt				{ color: black;		font-family: Courier }

/* this ought to remove the link color */
.invisible		{ color: #ffffff; font-size: 10% }

DIV
{
	border-width: 0;
}

.pod BODY
{
	background: white;
	color: black;
	font-family: arial,sans-serif;
	margin: 0;
	padding: 2px;
}

.pod PRE
{
	font-family: Courier;
/*	background: #dddddd;	*/
	background: #eeeeee;
	border: 1px solid black;
	color: black;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	white-space: pre;
}

.pod EM
{
	font-style:italic;
}

.pod H1
{
	background: transparent;
	color: #006699;
	font-size: large;
}

.pod H2
{
	background: transparent;
	color: #006699;
	font-size: medium;
}

.pod IMG
{
	vertical-align: top;
}

.pod TABLE TD
{
	padding-right: 8px;
	padding-bottom: 2px;
	vertical-align: top;
}

.pod UL
{
/*	padding-top: 0.8em;	*/
	padding-top: 0;
	padding-bottom: 0;
}

.pod .toc A
{
	text-decoration: none;
}

.pod .toc A:hover
{
	text-decoration: underline;
}

.pod .toc UL
{
	padding-top: 0;
}

.pod .toc LI
{
	line-height: 1.5em;
	list-style-type: none;
}
