@charset "UTF-8";
/* CSS Document */


a:link { color: #000070; }
a:visited { color: #000070; }
a:hover { color: #FF0000; }
a:active { color: #FF0000; }
a {
text-decoration: none;
}

body {
    align-content: center;
    background-color: #FFFFFF;
    color: #000000;
    width: 90%;
    margin-top : 20px;
    margin-right: auto;
    margin-left : auto;
    
}

.text-base {
    font-family: 'M PLUS 1p', sans-serif;
    text-align: left;
    width="90%";
    vertical-align: text-top;
    font-size: 16px;
}
