﻿/* ==================================================== */
/*CSS for temporary page for site under construction */
/* ==================================================== */
body {
    padding: 8%;
    font-family: verdana;
    text-align: center;
    margin-top: 1%;
    line-height: 30px;
    background-color:#000;
}
.txtblue {
    font-size: 16px;
    font-weight: 400;
    color: #0094ff;
}
.txtwhite {
    font-size: 16px;
    color: #fff;
}
.txtorange {
    font-size: 16px;
    color: #ff8822;
}
.imgcenter {width:15%;
}