  <style type="text/css">

  a {
        color: yellow;
        text-decoration: none;
}
  a:hover {
        font-family: verdana,arial,helvetica,sans-serif;
        color: #C0C0C0;
        text-decoration: underline;
  }
  a:visited {
        color: #FFCC00;
        font-family: verdana,arial,helvetica,sans-serif;
  }
  .style1 {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        color: #ffffff;
  }
  .style3 {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12px;
        color: #ffffff;
  }
  .auto-style3 {
        margin-right: 0px;
        margin-left: 0px;
  }
  .newStyle1 {
        vertical-align: top;
        text-align: left;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .auto-style4 {
        text-align: center;
  }
  .auto-style7 {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: #FFFFFF;
        text-align: left;
        font-size: small;
        background-color: #230404;
  }
  .aligntop {
        vertical-align: top;
  }
  .auto-style8 {
        vertical-align: top;
        text-align: center;
  }
  .auto-style9 {
        vertical-align: top;
        text-align: left;
  }
  .auto-style10 {
          color: #EEEC80;
  }
  .auto-style12 {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        text-align: center;
        background-color: #561010;
  }
  .auto-style13 {
        text-align: left;
        padding-left: 6px;
  }
  .auto-style14 {
        color: #FFFFFF;
  }
  .auto-style15 {
        vertical-align: top;
        color: #FFFFFF;
  }
  .auto-style16 {
        font-size: small;
  }
  .auto-style18 {
        vertical-align: top;
        text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: xx-small;
        color: #EEEC80;
  }
  .auto-style19 {
        vertical-align: top;
        font-size: small;
  }
  .auto-style20 {
        font-size: large;
  }
  .auto-style22 {
        vertical-align: top;
        font-size: large;
  }
  .auto-style31 {
        color: #EEEC80;
        text-align: center;
  }
  .auto-style32 {
        color: #FFFFFF;
        text-align: center;
        font-size: medium;
  }
  .auto-style33 {
        color: #EEEC80;
        text-align: center;
        font-size: medium;
  }
 
     body {
      margin: 0;
    }

    .menu-bar {
      display: flex;
      justify-content: space-between;
      background-color: #540C0C;
      padding: 1px 3px;
      color: yellow;
      font-family: Arial, sans-serif;
      font-size: medium;
    }

    .menu-left,
    .menu-right {
      display: flex;
      gap: 20px;
    }

    .menu-bar div a {
      color: yellow;
      text-decoration: none;
      padding: 1px 3px;
    }

    .menu-bar div a:hover {
      background-color: #540c0c;
      color:cyan;
    }
 
  </style>