body {
    background-color: #f1feff;
    color: #1c1b1d;
}
header {
    height: 830px;
    background-image: url('bg_header.html');
}
header h1 {
    margin-left: -60px;
    background-image: url('logo_icarus.html');
}
nav {
    top: 700px;
    height: 130px;
    background-image: url('bg_nav.html');
}
nav ul li:nth-child(1) {
    background-image: url('btn_menu1.html');
}
nav ul li:nth-child(2) {
    background-image: url('btn_menu2.html');
}
.content .date {
    color: #20396a;
}
.content h5 {
    font-size: 22px;
    color: #666;
}
.content h6 {
    font-size: 18px;
    color: #888;
}
.content table tr th {
    background-color: #43bcfb;
    border-bottom: 2px solid #f1feff;
    color: #fff;
}
.content table tr td {
    background-color: #aab7c2;
    border-bottom: 2px solid #f1feff;
    color: #fff;
}
.content .btn-new {
    height: 106px;
    background-image: url('btn_new.html');
}
.content .btn-comeback {
    height: 106px;
    background-image: url('btn_comeback.html');
}
.process .mark-list {
    color: #585858;
}
.btn-top {
    top: 900px;
    width: 110px;
    height: 110px;
    background-image: url('btn_top.html');
}
.caution {
    margin-top: 100px;
    background-color: #a3c2d5;
    color: #3d424f;
}
footer {
    background-color: #1b365b;
    color: #9cacb2;
}