@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@200;400;500;600;900&display=swap');
*{
    font-family: 'Gothic A1', sans-serif;
}
body{
    background-color: #FFFFFF;
    margin: 10px 20px;
}
h1{
    font-size:1.7em;
    line-height: 1.3em;
}
h3{
    font-size:1.2em;
}
h5{
    font-weight: 600;
    line-height: 1.6em;
}
p{
    font-size:0.8em;
    line-height: 1.7em;
    font-weight: 400;
    color: #333A4A;
}
ul{
    font-size:0.8em;
    line-height: 2.0em;
    color: #333A4A;
}
ol{
    font-size:0.8em;
    line-height: 2.0em;
    color: #333A4A;
}
.gray{
    background-color:#f2f2f2;
    width:100%;
    height: 20px;
}

table{
    width:100%;
    border:1px solid #444444;
    border-collapse:collapse;
    color: #333A4A;
}
th,td{
    border:1px solid #666666;
    padding: 5px;
    font-size:0.8em;
    text-align: center;
    color: #333A4A;
}