﻿body {
    background-color: #AABBCF;
    font-family:Arial;
    font-size: 18px;
    font-weight:  400;
    color: #000;
  
}
 
.button
{
    background-color:   #3E586F;
    border: none;
    padding:5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    font-size: 18px;
    font-weight:  400;
    color: #fff;
}
    .button:hover {
        background-color: #dce4ef;
        color: #000;
    }

.button2 {
    background-color: #6c8eac;
    border: none;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
/*.txtBox 
{
border-radius: 20px;

}*/
.selectbox
{
    border-radius: 4px;

}

.centerTable  {
    background-color: #aeb0b5;
    
}

 table.center {
    width:70%; 
    margin-left:15%; 
    margin-right:15%;
  }

.titles {   text-align: center;
}

