﻿body {
    font-family: Arial,sans-serif;
    color: #000;
    background: #eee;
}

.contents {
    padding: 60px;
}

.title {
    font-size: 24pt;
    font-weight: bold;
}

.message {
    color: #666;
    font-size: 10pt;
}

.credit {
    color: #999;
    font-size: 9pt;
    position: absolute;
    bottom: 0;
}
    .credit a {
        color: #999;
        font-size: 9pt;
    }
