body {
    background-color: #C8E2B4;
}

a{
    font-family:"Courier New", Courier, mono;
    color: #2F2F2F;
    font-size: 12px;
}

.bg {
    background-color: #D6D8DD;
}

body, td, th, p, h3, h4, div, span, ul, li, ol{
    font-family: Arial, Helvetica, sans-serif;
    color: #5F6166;
    font-size: 12px;
}

a{
    font-family:"Courier New", Courier, mono;
    color: #2F2F2F;
    font-size: 12px;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
    color: #5F6166;
    font-size: 16px;
}

input, select, option, textarea {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
    background-color: #D8F2C4;
}

h1{
    /* font-family: "Times New Roman", Times, serif; */
    font-family: Arial, Helvetica, sans-serif;
    color: #3F3F3F;
    font-size: 20px;
    font-weight: normal;
    text-align:center;
}


