html, body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: Arial, sans-serif;
}
a, a:visited {
    color: #008;
}
a:hover {
    color: #f00;
}
#wrapper {
    width: 1440px;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.header {
    padding: 16px;
    background: rgb(49,104,213);
    background: linear-gradient(180deg, rgb(194 215 255) 0%, rgba(56, 136, 233, 1) 9%, rgba(36, 93, 215, 1) 21%, rgba(36, 93, 215, 1) 49%, rgba(37, 97, 222, 1) 86%, rgba(25, 65, 165, 1) 100%);
}
.header .title {
    font-size: 30px;
    color: #fff;
    text-shadow: 2px 2px 1px #000;
    float: left;
}
.header .title a {
    color: #fff;
    text-decoration: none;
}
.header .title a:hover span {
    color: #ff0;
}
.header .title img {
    width: 32px;
    vertical-align: middle;
}
.header .menulist {
    float: right;
    padding: 6px 0 0 0;
}
.header .menulist a {
    color: #fff;
    float: left;
    padding: 0 12px;
    text-decoration: none;
    text-shadow: -1px -1px 2px #000;
    border-left: 3px dotted #ccc;
}
.header .menulist a:hover,
.header .menulist a.active {
    text-decoration: underline;
}
.content {
    padding: 8px 0;
}
h1 {
    padding: 16px 0;
    margin: 0;
    font-weight: normal;
    font-size: 40px;
}