﻿<style>
<!--

  body { background: white; }

  a {text-decoration:none; font-family: helvetica, verdana; color:rgb(51, 51, 51); font-size: 18pt;}
  a:hover {text-decoration:none; font-family: helvetica, verdana; color:rgb(0, 0, 0); font-size: 18pt;}

div.a {
    text-indent: 20px;
}
  
    p {font-family: helvetica, verdana; color: rgb(51, 51, 51); font-size: 18pt; line-height: 1.2;}
    p.lightgrey {font-family: helvetica, verdana; color: rgb(150, 150, 150); font-size: 18pt; line-height: 1.1;}
    p.small {font-family: helvetica, verdana; color: rgb(51, 51, 51); font-size: 14pt; line-height: 1.4;}
        p.title {
            font-family: font-family: Calibri, sans-serif;
            color: rgb(51, 51, 51);
            font-size: 28pt;
            line-height: 1.2;
        }
  
  .box {
   display: flex;
   align-items:center;
   vertical-align: top;
   }

.footertext {font-family: helvetica, verdana; color: rgb(51, 51, 51); font-size: 12pt; padding: 2px; vertical-align: top;}

  table.outer { border: 1px solid navy; }
  table.login { border-left: 1px solid #285AB4; border-bottom: 1px solid #285AB4;}
  table.menu { border-bottom: 1px solid #285AB4;}
  table.footer { border-top: 1px solid navy; }
  table.add { border-top: 1px solid black; border-bottom: 1px solid black;}

td.top {
    border-top: 1px solid #285AB4;
    background: #285AB4;
}
  td.bottom { border-bottom: 1px dotted #285AB4; }
  td.border { border-right: 1px solid navy; }
  td.clothing { border-bottom: 1px dotted #285AB4; }
  td.clothing_left { border-bottom: 1px dotted #285AB4; border-right: 1px dotted #285AB4; }  

  .textar {scroll:no; border-style: solid; border-width: 1px; border-color: navy; background-color: #FFFFFF; font: 14px verdana; color: navy; padding: 5; }
  .inputfield {border:1px solid black; background-color: #FFFFFF; font: 12px verdana; color: black; margin: 0; text-align: right;}
  .addition { border-top:1px solid navy; border-bottom:1px solid navy; border-left:none; border-right:none; background-color : #EEEEEE; font:12pt; color:black; text-align: right; text-valign: middle; valign: middle; margin: 4;}
  .Submit { border-bottom:1px solid black; border-top:1px solid black;; border-left:1px solid black;; border-right:1px solid black; background-color : #FFFFFF; size:12px; color:black; text-align: center; text-valign: middle;}
  .Subm { border:none; border-bottom:none; border-top:none; border-left:none; border-right:none; background-color:#FFFFFF; font: 14px verdana; font-weight: bold; color:red; text-align: right; padding: 2px; }
  .Proof { border:none; border-bottom:none; border-top:none; border-left:none; border-right:none; background-color:#FFFFFF; font: 12pt verdana; color:navy; padding: 0px; }
  .ergon {border:1px solid black; background-color: #FFFFFF; font: 16px verdana; color: black; margin: 0; text-align: center; width: 20px; height: 20px;}

/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: rgba(0, 136, 53, 0.9);
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 60%;
}

    /* Links inside the navbar */
    .navbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        margin-left: auto;
        margin-right: auto;
    }

        /* Change background on mouse-over */
        .navbar a:hover {
            background: #ddd;
            color: black;
        }

/* Main content */
.main {
    margin-top: 40px; /* Add a top margin to avoid content overlay */
}

  
-->
</style>