body
{
  font-family:Tahoma;
  font-size:small;
  color:Gray;   
}

a
{
     text-decoration:none; 
       color:Gray;
    font-weight: 700;
}
 a:hover {text-decoration:underline; color: #ff9900;}

    #footer
    {
         background-color:Orange;
        
        }
        
        
        .edittable
        {
            font-family:Tahoma;
            font-size:small;
            color:Gray;
          width:500px;  
            }
             .edithead
             {
                 font-family:Tahoma;
                 font-size:small;
                 color:White;  
                 background:#ff9d11;
                 } 
                 .editfooter
                 {
                    background:#cccccc;
                     }
                     
                     .managetable
                     {
                         width:800px;
                          border:solid 1px #999999;
                          border-collapse: collapse;
                    }
                     .footer
                     {
                       background:#e9e9e9;  
                        font-family:Tahoma;
                 font-size:small;
                 color:#686868; 
                
                         }
                         .messsage
                         {
                            color:Red; 
                             }