body {
    background: url(/img/bg.png);
}
body, p, ol li, ul li {
    color:#000;
}
.close-modal-shadowbox {
    position: fixed;
    right: 0px;
    top: 0px;
    background: url(/img/close.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    z-index: 9999;
}
.close-modal-shadowbox:hover {
    opacity: 0.7;
    cursor: pointer;
}
h1 {
    font-size:30px;
}
h1,h2,h3,h4,h5,h6 {
    color:#000;
}
.info_content {
    text-align:justify;font-size:16px;margin-top:10px;
    padding-left:10px;
    padding-right:10px;
}
h1,h2 {
    font-size: 25px;
}
h3,h4 {
    font-size: 19px;
}
h5,h6 {
    font-size: 16px;
}