.linkblock {
    
}
.linkblock a.link{
    display: block;
    position: relative;
    padding-bottom: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 250%;
    text-decoration-line: underline;
    color: #0F172C;
}
.linkblock a.link:hover{
    color:#999;
    /*text-decoration-style: dashed;*/
}