﻿
        input
        {
            background-color: #3498DB;
            color: #fff;
            margin: 0px;
            margin-left: 80px;
            padding: 3px;
            text-decoration: none;
            border: 1px solid #7eb3e5;
            -moz-border-radius-topright: 5px;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
            -moz-border-radius-topleft: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-bottom-left-radius: 5px;
            border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -webkit-border-bottom-right-radius: 5px;
            border-bottom-right-radius: 5px;
            transition: background-color 0.4s ease 0s;
            -webkit-transition: background-color 0.4s ease 0s;
            height: 40px;
            width: 200px;
            font-weight: bold;
        }
        input:hover
        {
            background-color: #993300;
            color: #999;
        }
        .entry-head
        {
            font-family: Verdana Times new roman;
            font-size: 24px;
            font-size: 3.5rem;
            font-style: italic;
            font-weight: bold;
            line-height: 50px;
            text-align: center;
            text-decoration: underline;
        }
        .entry-content
        {
            font-family: Arial Black Verdana Times new roman;
            font-size: 24px;
            font-size: 1.5rem;
            font-weight: bold;
            line-height: 28px;
            text-align :justify ;
            margin-right :10px;
           
        }
        .divtablebutton
        {
          margin-left: -2%
            }
             .divcontent
        {
            margin-left: 30%; 
            margin-top :-15%;
}
.divtender
{
    margin-left: 20%; 
    margin-top :-5% ;  
     }
.divaboutus {
    text-align: center; color: Red; font-weight: 900; font-size: xx-large; font-family: Monotype Corsiva;
}