@import url(http://fonts.googleapis.com/css?family=Lato:300,700);

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
div {
    text-align: center;
}
/*img {
    width: 210px;
    border: 1px solid #ccc;
}*/

h4 {
    color: #181818;
    font-family: 'PT Serif', serif;
    font-size: 24px;
    line-height: 20px;
    margin: 18px 0;
    padding-bottom: 12px;
}

h5 {
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-bottom: 5px;
}

ul
{
    list-style-type: none;
}

p {
    color: #181818;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 20px;
    margin: 18px 0;
    /*text-align: justify;*/
}
.content:hover a {
    color: #4169e1;
}
.name {
    padding-top: 12px;
    font-weight: bold;
    text-align: center;
}
.title {
    font-style: italic;
}
.post {
    text-align: center;
}

.line {
    margin-bottom: 10px;
}
.press {
    font-weight:bold;
    text-decoration: underline;
    padding-bottom: 10px
}
.press-list{
    text-align: left
}