.fpa .link_file{
    padding: 30px;
    display: block;
    text-align: center;
}
.fpa .link_file p{
    color: #464390;
    text-decoration: underline;
}
.fpa .blue_box{
    padding: 10px;
    transition-property: background-color, color;
    transition-duration: .2s;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    background-color: #23004C;
    height: 200px;
    color: white;
    border: 2px solid #23004C;
}
.fpa .blue_box h3{
    font-weight: bold;
}

.fpa .blue_box p{
    color: #23004C;
    text-decoration: none;
}


.fpa a:hover .blue_box{
    background-color: white;
    color: #464390;
}
