h1 {
    color: #f97e20;
    font-size: 180%;
    font-weight: normal;
    line-height: 110%;
    margin: 0px 0px 10px 0px;
}

h2 {
    color: #ea5f96;
    font-size: 160%;
    font-weight: normal;
    line-height: 110%;
    margin: 15px 0px 10px 0px;
}

h3 {
    color: #5fa624;
    font-size: 15pt;
    font-weight: normal;
    line-height: 110%;
    margin: 15px 0px 5px 0px;
}

h4, h5, h6 {
    color: #808080;
    font-size: 110%;
    line-height: 110%;
    margin: 10px 0px 5px 0px;
}

/* main background color */
body {
    background-color: #0babdd;
}

/* main site width and position */
.main {
    width: 990px;
    margin: 0px auto;
    background-color: #FFFFFF;
}

/* left side block */
.block {
    background-color: #f0ece3;
}

/* footer */
.footer {
    background-color: #6872a5;
}

/* bottom font color */
.copyright, .bottom_links, .footer a.normal, .footer a.normal:hover, .bottom_links div.maintext {
    color: #FFFFFF;
}

table.incontent {
    border-collapse: collapse;
    border: 1px solid #FD7215;
}

table.incontent td {
    border: 1px solid #FD7215;
    width: 50%;
    padding: 5px;
    width: 640px !important;
}
