/* Make the font a bit smaller */
.entry-content {
    font-size: 0.75em;
}

.textwidget p {
    font-size: 0.875em;
}

/* Red headings */
.entry-title a {
    color:#cc0000;
}

.entry-title a:hover {
    color:#CCCCCC;
}

/* Headings a bit smaller */
.entry-title {
    font-size: 40px;
}

/* We don't want special style for URLs in the bio */

.textwidget a {
    text-decoration: underline;
    color: #004B91;
}
