.proposals a {
    color:#b01;
    text-decoration: none;
}

.proposals a:hover {
    text-decoration: underline;
}

.proposals {
    text-align: center;
    font-family: Noto Sans,verdana,arial,helvetica,sans-serif;
    font-size: .8em;
}

.proposals ul {
    list-style-type: none;
    padding: 0;
}
.proposals ul li {
    line-height: 141%;
}
.most-recent {
    width: auto;
    background:rgb(251, 255, 201);
    padding: 0.5rem;
    margin: 0.5rem;
    border: solid 1px #888880;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5), inset 0 1px rgba(255, 255, 255, .3), inset 0 10px rgba(255, 255, 255, .2), inset 0 10px 20px rgba(255, 255, 255, .25), inset 0 -15px 30px rgba(0, 0, 0, .1);
}
.most-recent h3 {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}