*, body, html {
font-family: 'Times New Roman';
font-size: 12px;
line-height: 18px;
color: #333333;
}

a {
text-decoration: none;
color: #a30a53;
font-weight: bold;
font-family: Helvetica;
}

/* Headers */
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
font-family: Helvetica;
color: #410836;
font-weight: bold;
}
h1, h1 a {
font-size: 32px;
line-height: 32px;
}
h2, h2 a {
font-size: 24px;
line-height: 32px;
}
h2:first-child {
line-height: 18px;
margin: 0 0 12px 0;
}
.smallheadline {
text-transform: uppercase; /* force text to lowercase */
border-bottom: solid black 1px;
padding-bottom: 3px;
letter-spacing: 1px;
margin: 12px 0 3px 0;
text-align: left;
}
.smallheadline:first-child {
margin: 0 0 3px 0;
}
.sidebar-title {
text-transform: uppercase; /* force text to lowercase */
border-bottom: solid grey 1px;
padding-bottom: 3px;
letter-spacing: 1px;
margin: 3px 0;
text-align: left;
}
.post-title {
margin: 40px auto 0;
text-align: center;
}
.post-subtitle {
margin: 10px auto 30px;
text-align: center;
font-style: italic;
width: 400px;
font-size: 16px;
}

.post-title-2col:first-child {
margin-bottom: 0px!important;
}

/* Content */
.post-box p {
}