/* style sheet for Jcon documentation */

BODY, H1, H2, H3, H4, P, TH, TD, UL, LI, BLOCKQUOTE  {
	font-family:	Arial, Helvetica, sans-serif;
	}

PRE, TT {
	font-family:	LucidaTypewriter, Lucida Console,
			Monaco, Courier, monospace;
	}

VAR, DFN {
	font-style:	italic;
	}

CODE {
	font-weight:	bold;
	}

BODY {
	color:		black; 
	background:	white url(brnbordr.gif) repeat-y;
	margin-left:	60px;
	margin-right:	10px;
	}

H1 {
	text-align:	center;
	margin-top:	1em;
	margin-bottom:	0.5em;
	}

H2 {
	margin-top:	1em;
	}

TD {
	padding-left:	0.4em;
	padding-right:	0.4em;
	}

UL LI {
	list-style:	disc outside;
	margin-top:	.5ex;
	}

A:link {
	background:	white;
	color:		#840;
	}

A:visited {
	background:	white;
	color:		#520;
	}
