﻿
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: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.9;
}
.divnoticetendrec {
    margin-left: -2%;
}
.divnot {
    margin-left: 20%;
    margin-top :-5% ;
    
}
.li {
    color :Red ; 
    
    line-height :2;
}
.hyperlinkmore {
   font-weight:bold;
    color :Red;
}
.liheight {
    line-height :2;
}


