
      body {
        color: rgb(77,77,77);            /* Content  */     
	background: white;
        font-family: arial,sans-serif;
        font-size: 18px;

      }
            h1 { 
        color: white;
        background: rgb(85,26,139);   
        font-family: arial,sans-serif;
        font-size: 22px;  
        margin: 2px 2px 2px 2px;
        padding: 13px 13px 13px 13px;
                                     /* No borders set */
      }
      h2 { 
        color: white;
        background: rgb(85,26,139);            /* Content  */
        font-family: arial,sans-serif;
        font-size: 18px;        
        margin: 2px 2px 2px 2px;
        padding: 13px 13px 13px 13px;
                                     /* No borders set */
      }
      h3 { 
        color: white;
        background: rgb(85,26,139);            /* Content  */
        font-family: arial,sans-serif;
        font-size: 18px;        
        margin: 12px 12px 12px 12px;
        padding: 12px 0px 12px 12px; /* Note 0px padding right */
        list-style: none             /* no glyphs before a list item */
                                     /* No borders set */
      }
      h4 { 
        color: white;
        background: rgb(119,206,217);            /* Content  */
        font-family: arial,sans-serif;
        font-size: 18px;        
        margin: 12px 12px 12px 12px;
        padding: 12px 0px 12px 12px; /* Note 0px padding right */
        list-style: none             /* no glyphs before a list item */
                                     /* No borders set */
      }
      td {
        background: white;
        color: rgb(85,26,139);            /* Content  */
        font-family: arial,sans-serif;
        font-size: inherit;
        border-left-style: solid;
        border-left-width: thin;        /* sets border width on all sides */
        border-left-color: white;

        border-top-style: solid;
        border-top-width: thin;        /* sets border width on all sides */
        border-color: white;

      }
            a {
        background: white;
        color: rgb(85,26,139);            /* Content  */
        font-family: arial,sans-serif;
        font-size: inherit;
      }
      table {
        color: white;
        background: rgb(119,206,217);            /* Content  */
        border-bottom-style: solid;
        border-bottom-width: thin;        /* sets border width on all sides */
        border-bottom-color: white;

        border-right-style: solid;
        border-right-width: thin;        /* sets border width on all sides */
        border-right-color: white;
 
      }
      tbody {
        color: white;
        background: rgb(119,206,217);            /* Content  */
        border-bottom-style: solid;
        border-bottom-width: thin;        /* sets border width on all sides */
        border-bottom-color: white;

        border-right-style: solid;
        border-right-width: thin;        /* sets border width on all sides */
        border-right-color: white;
 
      }
