

A:link    { color: blue; background: white }   /* unvisited links */
A:visited { color: purple; background: white } /* visited links   */
A:hover   { color: red; background: white }    /* user hovers     */
A:active  { color: maroon; background: white }   /* active links    */

A  { text-decoration: none }
H1 { font-family: Arial, helvetica, sans-serif; font-size: 100%; font-weight: bold; text-align: center; color:black ; background: white }
H2 { font-family: Arial, helvetica, sans-serif; font-size: 80%; font-weight: bold; text-align: center; color:black ; background: white}
H3 { font-family: Arial, helvetica, sans-serif; font-size: 80%; font-weight: normal; text-align: left; color: #000000; ; background: white; font-style: italic }
H4 { font-family: Arial, helvetica, sans-serif; font-size: 80%; font-weight: normal; text-align: justify; color: #000000 ; background: white}
H5 { font-family: Arial, helvetica, sans-serif; font-size: 80%; font-weight: normal; text-align: center; color:black ; background: white}

BODY { font-family: Arial, helvetica, sans-serif; font-size: 80%; font-weight: normal; text-align: left; color: #000000 ; background: white}

UL { list-style:disc }

li { font-family: Arial, helvetica, sans-serif; font-size: 80%; font-weight: normal; text-align: left; color: #000000 ; background: white}
