<style>
<!--
/* KSHome.css, based on toplevel.css */

.testclass {
                font-family: verdana, Arial;
                font-size: 10pt;
                color: black
                }

ADDRESS {
                   font-size: 8pt;
                   padding-bottom: 10px;
                   margin-left: 16px;
                   }

 A:HOVER
        {
        	color:red;
    		background-color:yellow;
    		}


A:LINK {  
               color:#006600;  /* set default link to same color as H1 */
               }



A:VISITED {
               color:#339933;      
               }

A:ACTIVE  {
               color:#339933; 
               }

BODY {                      /* Formatting of all text in the body of the page */
           color:black;
           margin-top: 0px;
           margin-bottom: 0px;
           margin-left: 10px; /* Works in IE4, not NS4 */
           margin-right:10px; /* Works in IE4, not NS4 */
           topmargin: 0px;
           leftmargin: 0px;
           rightmargin: 0px;
           background-color: #FCFCE9;
           }

P {                              /* Formatting of all text enclosed in <P> tags */
    font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
/*    margin-bottom: 7pt; */
/*    margin-top:5pt; */
/*    margin-left:13pt; */
/*  margin-right: 10px; */
    padding-bottom: 0pt;
    padding-top: 0pt;
      border-top-width: 0px;
      border-bottom-width: 0px;
    }

TABLE {
             font-family: Arial, Helvetica, sans-serif;
             font-size: 10pt;
             margin-left: 0px;
             margin-right: 0px;
             }

LI {
          list-style-type: disk;   /* Netscape needs this to display bullets */
          font-family:  Arial, Helvetica, sans-serif;
           font-size: 10pt;
           margin-top: 3pt;
        /*   margin-left: 13pt; -- this had to be commented out to get bullets to line up in Netsacpe. */
           }


TD {
      font-family:  Arial, Helvetica, sans-serif;    /* In IE, the TABLE font properties are inhiereted by the TD tags */
      font-size: 10pt;                     /* In Netscape, style must be defined for TD as well */
      }

H1 { color: #006600;          /* Formatting for level 1 Headings */
      margin-top:  3px;
      font-family:  Verdana, Arial, Helvetica, sans-serif;
      text-align:     left;
      font-weight:  bold;
      font-size:    18pt;
          }

H2 { margin-bottom: 0px;
      margin-top: 6pt;
      padding-bottom: 0px;
      padding-top: 0px;
      color: #339933;
      border-width: 0px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size:     14pt;
      border-top-width: 0px;
      border-bottom-width: 0px;
      }

H3 { margin-bottom: 0px;
      margin-top: 6pt;
      padding-bottom: 0px;
      padding-top: 0px;
      color: #339933;
      border-width: 0px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:     12pt;
      border-top-width: 0px;
      border-bottom-width: 0px;
      }

UL {
          font-family:  Arial, Helvetica, sans-serif;
           font-size: 10pt;
     /*      margin-top: 3pt; */
     /*      margin-left: 13pt; */
           }




-->
</style>

