<!--
/*Style sheet written by Alice Kim */
/*Last updated 9-4-99 */

BODY {background-color : #FFFFFF; 
        font-family : Helvetica, Arial, Courier;
        color : green}

H1 {font-family : Helvetica, Arial, Courier;
    font-size : 25 px;
    font-weight : bold}

UL {font-family : Helvetica, Arial, Courier;
    font-size : 12 px;
    list-style-type : square}

LI {font-family : Helvetica, Arial, Courier;
    font-size : 12 px;}

P {font-family : Helvetica, Arial, Courier;
   text-indent : 5 px;}

P EM {color : green}

B {font-family : Helvetica, Arial, Courier;
   font-weight : bold;}

TABLE {font-family : Helvetica, Arial, Courier;
       font-size : 12 px;}

TD {font-family : Helvetica, Arial, Courier;
    font-size : 12 px;}

A:link IMG {border : none}

A:link { color: green }       /* unvisited link */
A:visited { color: black }   /* visited links */
A:active { color: yellow }    /* active links */

.blue {color : blue}

.wavy {font-style : oblique}

-->
