/* 
    Document   : static.css
    Created on : 2021-04-07, 17:36:00
    Author     : Al Barnett
    Description: Several static pages with different css - bringing it all together.
*/

.comms_box {
    margin: 0 auto;
    width: 650px;
    padding: 10px;
    border: 0px solid #acacac;
    color: #333;
    font-family: arial;
    text-align: center;
    border-style: solid;
    border-width: 2pt;
    margin-top: 100px;
}

.logo {
    height: 120px;
    width: 332px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.title_warning {
    font-size: 14pt; 
    font-weight: bold; 
    color: red;
}

.title_info {
    font-size: 14pt; 
    font-weight: bold; 
    color: #0082c7;
}

.contact_region {
    font-weight: bold; 
    color: #0082c7;
}