
/* KSHome.css, based on toplevel.css */
        .testclass
        {
                font-family: verdana, Arial;
                font-size: 10pt;
                color: black
                }

        A:ACTIVE
        {
               color:#CC3300;  /* set active link to H2 color, doesn't work in IE3 */
               }

 	A:HOVER
        {
        	color:red;
    		background-color:yellow;
    		}

        A:LINK
        {  
               color:#800000;  /* set default link to same color as H1 */
               }

        A:VISITED
        {
               color:#CC3300;      /* set visited link to H2 color  */
               }

        ADDRESS
        {
                   font-size: 8pt;
                   padding-bottom: 10px;
                   margin-left: 16px;
                   }

        BODY
        {
                Background-Color: #FFFFFF;
                Margin-Top: 0px;
                Margin-Right: 0px;
                Margin-Bottom: 0px;
                Margin-Left: 10px;
                /* Formatting of all text in the body of the page */             color: black;
                topmargin: 0px;
                leftmargin: 0px;
                rightmargin: 0px;
                }

        H1
        {
                Font-Family: Verdana, Arial, Helvetica, sans-serif;
                Color: #800000;
                Font-Size: 18pt;
                Font-Weight: bold;
                Text-Align: left;
                Margin-Top: 0px;
                Margin-Bottom: 18px;
        
                /* Formatting for level 1 Headings */   
                }

        H2
        {
                Border: 0px;
                Font-Family: Verdana, Arial, Helvetica, sans-serif;
                Color: #CC3300;
                Font-Size: 14pt;
                Font-Weight: bold;
                Margin-Top: 16px;
                Margin-Bottom: 9px;
                Padding-Top: 0px;
                Padding-Bottom: 0px;
                }

        H3
        { margin-bottom: 0px;
      margin-top: 16px;
      margin-bottom: 7px;
      padding-bottom: 0px;
      padding-top: 0px;
      color: #CC3300;
      border-width: 0px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size:     12pt;
      border-top-width: 0px;
      border-bottom-width: 0px;
      }

        LI
        {
                list-style-type: disk;   /* Netscape needs this to display bullets */
        font-family:  Arial, Helvetica, sans-serif;
              font-size: 10pt;
           /*   margin-left: 13pt;  this had to be commented out to get bullets to line up in Netsacpe. */
              }

        P
        {                              /* Formatting of all text enclosed in <P> tags */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    margin-bottom: 7pt;
    margin-top:5pt;
    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;
             }

        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 */
      }

UL
{
                font-family:  Arial, Helvetica, sans-serif;
              font-size: 10pt;
        /*      margin-top: 3pt; */
        /*      margin-left: 13pt; */
              }
.navbar_title { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; ; font-weight: bold; color: #FFFF00; background-color: #D03400}
.navbar_link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; color: #FFFF00}

