/* 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;
}
