/*  This is the main external stylesheet                            */
/*  Last modified:  29 July 2004                                    */
/*  Written by:     Eric Pement - pemente [at] northpark [dot] edu  */


/*  Background color - white                              */
/*  Netscape v4.78 BUG! colorname/BODY tags cause trouble */
BODY {
    margin: 20px 40px 30px 150px;
    background-color:#FFFFFF;
}

/****** Default Fonts *******                                 */
/*  FGB on XP but not on 2K; TMS on both;                     */
P,TH,TD,LI,DL  {
  font-family:"Franklin Gothic Book","Trebuchet MS",Arial,Helvetica,sans-serif;
  color:black;
  line-height:1.35;
}
H1,H2,H3,H4 {
    font-family:"Book Antiqua",Georgia,"Palatino Linotype",Times,serif;
    color:black;
    line-height:1.2;
 }

/******  bare classes *******                                 */
.ar { font-family:Arial,Helvetica,sans-serif; }
.sm { font-family:Arial,Helvetica,sans-serif; font-size:80%; }
.xs { font-family:Arial,Helvetica,sans-serif; font-size:60%; }

.ve { font-family:Verdana,Tahoma,Helvetica,sans-serif; font-size:80%; }
.ta ( font-family:Tahoma,Verdana,Helvetica,sans-serif; font-size:80%; }


/* Pseudo-Classes: Links    */
A:link    { color:#6095CA; }  /* unvisited match the blue over/under the pic    */
A:visited { color:#734D4A; }  /* match the brown of The Assn of Chgo lettering  */
A:hover   { color:#b22222; }  /* hover turns link like red brick                */
A:active  { color:#999999; }  /* while clicking turns link a silvery gray       */

/*  Classed elements for our names. Works in IE, fails in NS due to CSS bugs    */
A.u:link    { text-decoration:none; }
A.u:visited { text-decoration:none; }
A.u:hover   { text-decoration:underline; }
A.u:active  { text-decoration:underline; }

/* Indent Left, Indent Right, Indent Both */
.IL { margin-left:5%; }
.IR { margin-right:5%; }
.IB { margin-left:5%; margin-right:5%; }

.cen { text-align:center; }

/* --- END OF FILE --- */
