/*    ADSA.CSS Style Sheet for the ADSA Online Directory
 *    jrc, Jan 2002
 *
 *    Usage: Include via HTML LINK tag inside HEAD.
 */

BODY {
/*  background-color: #FFFFFF; */
 font-family: Arial,Hevetica,Geneva,Sans-Serif,Espy;
 font-size: 10pt;
}

TD {
 font-family: Arial,Hevetica,Geneva,Sans-Serif,Espy; 
 font-size: 10pt;
}

P  { 
 font-size: 10pt;  
 font-family: Arial,Hevetica,Geneva,Sans-Serif,Espy;
}

P.FINEPRINT { 
 font-size: 9pt;  
 font-family: Arial,Hevetica,Geneva,Sans-Serif,Espy;
}

FINEPRINT { 
 font-size: 9pt;  
 font-family: Arial,Hevetica,Geneva,Sans-Serif,Espy;
}

A {
 font-family:  Arial,Hevetica,Geneva,Sans-Serif,Espy;
 font-size: 8pt;
 text-decoration: none;
}

A.EMAIL {
 font-size: 10pt;
 text-decoration: underline;
}
A.UNDECORATED {
 font-weight: bold; 
 font-size: 9pt;
 color: white;
 hover: lightblue;
 active: red;
 visited: white;
 text-decoration: none;
} 

/*mouseover links for nav*/
A.on
{
 color: #87B9AB;
 text-decoration: none;
}
A.off
{
 color: #000066;
 text-decoration: none;
}
A.off2
{
 color: #ddddff;
 text-decoration: none;
}

H1, H2, H3, H4, H5, H6 { 
 color: #000066;
 font-family: Arial,Hevetica,Geneva,Sans-Serif,Espy;
 font-weight: bold;
}
H1 { font-size: 24pt; }
H2 { font-size: 20pt; }
H3 { font-size: 16pt; }
H4 { font-size: 14pt; }
H5 { font-size: 10pt; }
H6 { font-size: 9pt;  }

UL { list-style-type: square; }
OL { list-style-type: decimal; }     
LI { font-size: 80%;

