/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/

.CompanyDiv {
    padding-bottom: 50px;
    width: 1000px;
    margin: 0 auto;
}
.CompanyDiv p{
    font-size:16px;
}
.mt50{
    margin-top:50px;
}
.CompanyDiv h2,h3{
    font-weight:700;
}
.ourForum a{
    color:#fa9632;
    cursor:pointer;
}