/* CSS Document */

<STYLE TYPE="text/css">
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 32px; color: orange; font-weight: bold}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; color: #FF0000; font-weight: bold}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #0066FF; font-weight: bold}
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #FF6600; font-weight: bold}
td {  font-family: Arial, Helvetica, sans-serif;}

  BODY {background: #F2F2F2
  background-image: url('kg_back.jpg'); 
  font-family: Arial, Helvetica, sans-serif; color: #336666}
  
  a:link    { color: #009999; text-decoration: none }
  a:active  { color: #00FFFF; text-decoration: none }
  a:visited { color: #66CCCC; text-decoration: none }
  a:hover   { color: orange; text-decoration: none }

</STYLE> 

