body                {font-size: 13px; margin: 08px; font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;}
.fHead              {font-size: 12px;background-color: #92c1e8;border-style: Solid;border-width: 1px;text-align: center;font-weight: bold;}
.fData              {border-style: Solid;border-width: 1px;text-align: center;}
.center-container   {display: flex; justify-content: center; align-items: flex-start; width: 100%;}
.garamond14         {font-family: Garamond, serif;font-size: 14px;}
.lvHead             {font-size: 15px; background-color: #b6b7bc; color: #000000; font-weight: 500;}
.lvItem             {background-color: #fff;}
.lvAlt              {background-color: #d2e7f8;}
.button             {background-color: #2075bb;border: none; color: white; padding: 5px 10px;
                     text-align: center; text-decoration: none; display: inline-block; font-size: 12px;
                     cursor: pointer; border-radius: 2px; transition: background-color 0.3s ease; margin: 2px 0; width: 60px;}
.button:disabled    {background-color: #4189c5;cursor: not-allowed;opacity: 0.6;}
.button:hover       {background-color: #07467b;}