﻿
input {
    background-color: #3498DB;
    color: #fff;
    margin: 0px;
    margin-left: 80px;
    padding: 3px;
    text-decoration: none;
    border: 1px solid #7eb3e5;
    transition: background-color 0.4s ease 0s;
    -webkit-transition: background-color 0.4s ease 0s;
    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-weight: bold;
    line-height: 50px;
    text-align: center;
    color: Red;
}

.entry-content {
    font-family: Verdana Times new roman;
    font-size: 14px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 100px;
}

.thheader {
    font-size: xx-large;
    text-align: center;
}

.thdorpdown {
    font-size: 10px;
    text-align: center;
}

.tdmargin {
    margin-left: 600px;
}
