/* Color and font for headers */
H1, H2, H3 { color: #008000;
  font-family: "Trebuchet MS","Helvetica",sans-serif }

/* Similar header without extra space that follows */
.head { color: #008000;
  font-family: "Trebuchet MS","Helvetica",sans-serif;
  font-weight: bold;
  font-size: x-large; }


/* Colors for links */
A:link    { color: #00a000 }    /* unvisited link */
A:visited { color: purple }     /* visited links */
A:active  { color: #fe0000 }    /* active links */
A:hover   { color: #00ff00 }    /* cursor over link */

/* Horizontal line */
HR         {
  border: solid thin #60b060;}


HR.thick   { 
  border: solid thick #60b060;  /* For Firefox browser */
  background: #60b060;          /* For Konquror browser */
  height: 3px}                  /* For Internet Explorer */


BODY {       color: #000000;
        background: #FFFBF0;
       font-family: "Georgia","Nimbus Roman No9 L",serif }

/* Paragraph with drop-cap */
P.drop:first-letter {  color: #008000;
           font-weight: bold;
           font-size: 200%; }

.dropcap { color: #008000;
           font-family: "Georgia","Nimbus Roman No9 L",serif;
           font-weight: bold;
           font-size: x-large; }


/* Paragraph or division that is indented */
.indented { margin-left: 2em; margin-right: 2em }

/* Entries in table on home page */

A.hilite:link    {color: Black; font-size: 125% }
A.hilite:active  {color: Black; font-size: 125% }
A.hilite:visited {color: Black; font-size: 125% }
.hilite { background: #B0F0B0;
  font-family: "Comic Sans MS","TSCu_Comic",cursive;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-width: 0px}

/* Special table (with border) on home page */
.boxed { border: 3px solid #008000 }


/* Remaining entries are for future use in a toolbar */

.toolbar { color: Peru;
           background: #008000;
           font-family: "Tahoma","Geneva",sans-serif;
           font-weight: bold;
           margin-bottom: 30px;
           margin-left: 5px;
           font-size: 10pt }

/* Links within the toolbar. Note that order is important (hover last) */
A.tb:link    {text-decoration: none;  color: #FFFBF0 }
A.tb:active  {text-decoration: none;  color: #FE0000 }
A.tb:visited {text-decoration: none;  color: #FFFBF0 }
A.tb:hover   {text-decoration: none;  color: Gold }
