body
       {
         font-family: Verdana, Geneva, Arial, sans-serif;
         font-size: 14px;

       }


h1
       {
         font-size: 160%;
         background-color:blue;
         text-align: center;
         color: white;
       }

h2.const
       {
         color: red;
         text-align: center;
       }

h3
       {
         color:#1c068c;
         font-size:130%;
       }
b
       {
         font-size:130%;
       }



tr.bold
       {
         font-weight: bold;
         font-size:130%;
       }
/*this is used for links html*/
table
       {
         width: 100%;
       }


a:hover
      {
       color:red;
      }

form.home
       {
         text-align: center;
       }