/* style sheet for Icon web pages */

/* ==================================================================== */
/* FONTS */
/* ==================================================================== */

BODY, TH, TD
{		/* TH & TD because NS tables don't inherit font */
	font-family:	Helvetica, sans-serif;
}


H1
{
        font-size: x-large;
}

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

CODE
{
	font-weight:	bold;
}

/* ==================================================================== */
/* COLOR */
/* ==================================================================== */

BODY
{
	color:		black;
        /* background:     #b0b0b0; */
        background:    #eedfcc;
}

A:link
{
	color:		blue;
}

A:visited
{
	color:		blue;
}

TH
{
    background: #6495ed;
    color: black;
}

TD
{
        background:    #eedfcc;
        color: black;
}
/* ==================================================================== */
/* MARGIN */
/* ==================================================================== */


BODY
{
	margin-left:	50px;
	margin-right:	10px;
}


TABLE
{
        vertical-align: top;
}

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

H2
{
	margin-top:	1em;
}


TH
{
        vertical-align: top;
}

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

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



HR
{
        height: 3px;
        color: black solid;
}


ul.inline
{
   margin: 0px 20px 20px 10px;
}

ul.inline > li:before
{
   font-size: 14pt;
   content: " \2022 ";
}

ul.inline > li
{
   padding: 0px 0px 0px 10px;
   margin: 0 0px 0 0px;
   display: inline;
   white-space: nowrap;
}
