@charset "UTF-8";
/* CSS Document */

.important-content {
    width: 975px;
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 1.1em;
    text-align: center;
    box-sizing: border-box;
    background: #F0F5F5;
}

div#stage .important-content a:link {
    color: #333;
    text-decoration: underline;
}
div#stage .important-content a:visited {
    color: #333;
    text-decoration: underline;
}
div#stage .important-content a:hover {
    color: #333;
    text-decoration: none;
}
div#stage.important-content a:active {
    color: #333;
    text-decoration: underline;
}
