<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
BODY{
     margin-top : 5px;margin-right : 5px;margin-bottom : 5px;margin-left : 5px;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  background-color : navy;
}


A{
      
      width : 120px;
      font-size:9pt;
      padding-top : 0px;padding-right : 0px;padding-bottom : 0px;padding-left : 0px;
      text-align : center;
      border-top-width : 1px;border-right-width : 1px;border-bottom-width : 1px;border-left-width : 1px;  
      border-top-style : ridge;border-right-style : ridge;border-bottom-style : ridge;border-left-style : ridge;
}

a.menu1{
       position:absolute;
       left:0px;
}
a.menu2{
       position:absolute;
       left:150px;
}
a.menu3{
       position:absolute;
       left:300px;
}
a.menu4{
       position:absolute;
       left:450px;
}
a.menu5{
       position:absolute;
       left:600px;
}


A:LINK{
       color : #fab923;
       text-decoration:none;
}
a:visited{
       color:#ffff00;
       text-decoration:none;
}
a:hover{
       color:#ffffff;
       font-weight:bold;
       font-size:12pt;
       font-style:italic;
       background-color:#666699;
       padding-top:5px;
}
a:active{
      color:#00ffff;}

.main{
       position:relative;
       top : 30px;
}

--&gt;</pre></body></html>