BODY {	background-color: #FFFFFF;
	color: #000000 }

P, UL, OL, LI, TABLE, TD, DT, DD {font-family: Arial, Helvetica,
sans-serif; font-size:small  }

H1 { font-family: Arial, Helvetica, sans-serif;
     font-size:x-large; font-weight: lighter }
H2 { font-family: Arial, Helvetica, sans-serif;
     font-size:medium; font-weight: bold; color: red }
H3 { font-family: Arial, Helvetica, sans-serif;
     font-size:medium; font-style: italic }
H4 { font-family: Arial, Helvetica, sans-serif;
     font-size:small; font-style: italic; 
     color: #008080 }

P  {text-align: left}

P.center {text-align: center}

/* Appearance of links */

A:link {color: #0000FF}
A:visited {color: #800080}

/* Styles for left-hand menu */

TD.menu {color: Yellow; background-color: #a0a0a0;
        font-size: medium; font-weight: bold;
        width: 7em; height: 1.5em; padding: 0.2em;
        border: 0}
TR.menu {border: 0}

A.menu {color: Yellow}
A.menu:visited {color: Yellow}
A.menu:active {color: Yellow}

/* List numbering */

OL LI  {list-style: decimal}
OL OL LI {list-style: lower-alpha}
OL OL OL LI {list-style: lower-roman}
UL LI  {list-style-type: disc}


/* Styles for headers and footers */

.footer {font-size: x-small}
