* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Questrial', 'century gothic', '微軟正黑體', sans-serif;
    margin-top: 0;
    letter-spacing: 0px;
    color: #ADADAD;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 20px;
}

h3 a:link, h3 a:visited {
    color: #ADADAD;
}

h3 a:hover {
    color: #EAEAEA;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

ul, ol {
    margin: 10px 0;
}

p {
    margin: 10px 0;
}

a {
    color: #8f8f8f;
}

a:link, a:visited, a:focus {
    color: #242424;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

html, body {
    font-family: '微軟正黑體', sans-serif;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #808080;
    line-height: 22px;
    overflow-x: hidden;
    height: 100%;
}

input, textarea {
    font-size: initial !important;
}