#right_column_content {
        position: relative;
        height: 535px;
}

#typewriter {
        font-family: "Courier New";
        position: absolute;
        width: 201px;
        height: 185px;
        overflow: hidden;
        bottom: 0px;
        right: 15px;
        padding: 15px 12px 15px 12px;
}

#typewriter a {
        font-size: 16px;
        font-weight: bold;
        color: #520312;
        text-decoration: none;
}

#typewriter .entry_date {
        font-weight: bold;
        font-size: 12px;
        color: #636363;
        margin: 10px 0px 10px 0px;
}

#typewriter .entry_text {
        font-size: 12px;
        color: #636363;
}

#typewriter .entry_text a {
        font-size: 12px;
        font-weight: normal;
        color: #636363;
}



