﻿h1, h3
{
    font-weight: bold;
}

h1	
{
    font-size: 1.9em;
    color: #ff0000;
}

/*h2	
{
    
    font-size: 3em;
    font-weight: 500;
    color: #ffffff;
}*/

body
{
    font-size: 100%;
    font-family:"Tahoma";
    font-weight: 600;
    color: #ffffff;
    background-color: Black;
}

#nonBody 
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


#txtCompany
{
    width: 13em;
}
