#content {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

a:hover {
    background-color: #66D9F0;
}

.wow:hover {
    background-color: #65D8F0;
}

.txt-small {
    font-size: 0.85em;
}

.invisible{
    display: none;
}

/**
 * 'inset' is to be used as a formatted set of text that should
 * be emphasized. Best used for shorter text segments.
 **/
.inset {
    margin-left: 50px;
    margin-right: 50px;
}

.inset-styled {
    font-size: 1.2em;
    margin-left: 50px;
    margin-right: 50px;
}

.inset-styled p::first-letter {
    font-size: 1.3em;
    /* font-weight: bold; */
    /* font-family: Cursive; */
    padding-right: 1px; 
}


/**
 * 'aside' is to be used to format text that briefly goes into a
 * related topic, e.g. as an aside, or a tangent.
 **/
.aside {
    font-size: 0.9em;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 50px;
    margin-right: 50px;
}
.aside .aside-title {
    font-weight: bold;
    font-style: italic;
    font-size: 1.0em;
}
 
 
.centerme{
    margin-left: auto;
    margin-right: auto;
}

.floatleft {
    float: left;
}

.add_border {
    border: 1px solid black;
}

/**
 * Style a link that re-directs to the home page (eric-kim.net).
 **/
.home_link {
    margin-left: 15px;
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
}