* {
    font-family: baskerville, georgia, serif;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}
div.content {
    margin: 20px ;
    width: 320px;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
    margin: 25px 0 12px 0;
}
a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    font-style: italic;
}
a:hover {
    border-bottom: 2px solid #C80015;
}
strong {
    font-size: 28px;
    color: #C80015;
}
img {
    border-style: solid;
    border-top-width: 24px;
    margin-bottom: 25px;
}

