  <style type="text/css">
  <!--
  body
    {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 	0px;
    margin-bottom: 0px; 
    background-color: WhiteSmoke;
    }
  table
    {
    font-family: 'Noto Sans', sans-serif;
    background-position: left;
    background-repeat: no-repeat;
    padding: 0px;    
    }
  .tab2
    {
    font-family: 'Noto Sans', sans-serif;
    background-position: left;
    background-repeat: no-repeat;
    border-color: #D8D8D8;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 0px;    
    }
  td
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 17px;
    }
  .td_1100
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    }
  div
    {
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
    margin: 0px;  
    }
  p
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    }
  .p_1100
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    }
  pre
    {
    font-family: 'Noto Sans', sans-serif;
    background-position: left;
    background-repeat: no-repeat;
    padding: 0px;    
    }

  button
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    border-color: #D3D3D3;
    background-color: transparent;
    border-radius: 15px;
    }
  .button_curriculum
    {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold; 
    font-size: 20px;
    border-color: #D3D3D3;
    background-color: silver;
    border-radius: 15px;
    }
  .button_on
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    border-color: #D3D3D3;
    background-color: transparent;
    border-radius: 15px;
    }
  .btn
    {
    font-size: 17px;
    font-color: #D3D3D3;
    background-color: transparent;
    border-radius: 15px;
    }

  h1
    {
    color: #000000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 26px;
    font-weight: 900;      
    }
  .h1_1100
    {
    color: #FF1810;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    font-weight: 900;      
    }
  h2
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2px;
    }
  .h2_1100
    {
    color: #FF2807;
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    }
  h3
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    margin-bottom: 2px;
    }
  h4
    {
    font-size: 20px;
    margin-bottom: 2px;
    }
  a:link
    {
    font-family: 'Noto Sans', sans-serif;
    color: #313131; 
    font-size: 18px;
    text-decoration: none;
    }
  a:visited
    {
    font-family: 'Noto Sans', sans-serif;
    color: #3A3B3C;
    font-size: 18px;
    text-decoration: none;
    }
  a:hover
    {
    font-family: 'Noto Sans', sans-serif;
    color: #E70D10;
    font-size: 18px;
    text-decoration: none;
    }
  ul
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    border-bottom: 5px; 
    }  
  li
    {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    }
  ul li:hover
    {
    color: #E70D10;
    cursor: pointer;
    }

  .collapsible 
    {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 18px;
    }

  .active, .collapsible:hover
    {
    background-color: #555;
    }

  .content 
    {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    }

  .hidden
    {
    display: none;
    }

  /* Small additions for the credentials section */
  .credential-group {
    margin-bottom: 28px;
  }
  .credential-item {
    margin-bottom: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #D8D8D8;
  }
  .credential-item img {
    max-width: 220px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 8px;
    display: block;
  }
  .credential-item p {
    margin: 4px 0;
    line-height: 1.45;
  }

  -->
  </style>
