﻿@charset "utf-8";

#PAGE h3 {
    margin: 20px;
    padding: 20px;
    border: #dada88 1px solid;
    background: #fafabb;
    color: #551;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
}

#PAGE h3 b {
    line-height: 36px;
}

#PAGE h4 {
    margin: 20px;
    padding: 20px;
    border: #ddd 1px solid;
    background: #eee;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
}

#PAGE h4 b {
    line-height: 36px;
}

#PAGE h5 {
    margin: 20px;
    padding: 20px;
    border: #aadada 1px solid;
    background: #ccfafa;
    color: #155;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
}

#PAGE h5 b {
    line-height: 36px;
}

#PAGE h6 {
    margin: 20px;
    padding: 20px;
    border: #ddbaba 1px solid;
    background: #ffeaea;
    color: #511;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
}

#PAGE h6 b {
    line-height: 36px;
}

#PAGE a {
    color: #36c;
}