table {
    margin-top: 40px;
    width: 550px;
    height: 130px;
    font-size: larger;
}

td {
    text-align: right;
}

.descr {
    width: 350px;
}

.date {
    font-weight: bold;
    color: #34a02c;
    width: 200px;
}

.abstract {
    font-weight: bold;
    color: #FF00FF;
    width: 200px;
}

p {
    font-size: 0.8em;
    text-align: left;
}

