﻿body
{
    background: #fff;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: Arial;
    line-height: 18px;
}
a{color:#0333EA; text-decoration:none}
a:hover{color:#fff; text-decoration:none}
.main
{
    margin: 0 auto;
    width: 1060px;
    background: rgba(0,0,0,.7);
    padding: 5px;
}
.ComBox
{
    border:5px solid #399AE8;
    background:rgba(255,255,255, .9);
    border-radius:10px;
    height: 150px;
    width: 300px;
}

.ComBoxLink
{
    font-size: 18px;
    vertical-align: middle;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding-top: 20px;
    font-weight: bold;
    line-height: 30px;
}
.ComBoxLink a:hover
{
    font-size: 18px;
    color: red;
}
h2
{
    font-size: 18px;
}


