﻿thead th {
    background-color: #167F92;
    color: #fff;
}

tbody tr
{
    background-color:#D9E4E6;
}
@font-face
{
    font-family: 'sanFont';
    src: url('../Style/font/SinaNovaReg-webfont.ttf') format('ttf');
    font-family:'Linden';
    src: url(../Style/font/Linden Hill.otf') format('otf');
}
body 
{
    font-family: "sanFont";
}
#logo
{
    margin-bottom:50px;
}

    
h2
{
    font-size:50px;
    color:#167F92;
    border-bottom:5px solid #fff;
}
section
{
    font-size:medium;
    color:#000;
    padding-top:10px;
    text-indent:20px;
    font-family:"Linden";
}
@media (max-width: 480px)
{
    .colOpt
    {
        display:none;
    }
}
