/* Base HTML elements */
body    {
          font-size : 12px;
          color : darkblue;
          font-family : Verdana;
          margin-left: 0px;
          margin-top: 0px;
          margin-right: 0px;

        }

td      {
          font-size : 12px;
          font-family : Verdana;
          margin-left: 0px;
          margin-top: 0px;
          margin-right: 0px;

        }

a       {
          color: darkblue;
          font-family: Verdana, Helvetica;
          font-size : 12px;
          font-weight: bold;
          text-decoration: none;
        }

TitleA  {
          color: blue;
          cursor: hand;
          font-family: Aerial;
          font-size: 3;
          font-weight: bold;
          text-decoration: none;

        }

TitleA:hover
        {
          color: red;
          text-decoration: none;
        }

   


a:hover {
          color: darkred;
          text-decoration: underline;
        }

input   {
          font-size: 12px;
        }

.inputr {
          text-align : right;
        }

.body   {
          font-size : 12px;
          font-family : Verdana;
          color : darkblue;
          border-top: 1px solid gray;
          border-left: 1px solid gray;
        }

.pushbutton {
          font-family : Verdana;
          cursor: hand;
         }


