/* .blogParent
{
    border: solid 1px black;
} */

#blogTable
{
    margin: 5px auto;
    border: none;
}

.blogCell
{
    text-align: center;
    border: none;
}

.blogTableContent
{
    margin: 0 auto;
    background-color: rgb(245, 243, 243);
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
    transition: box-shadow .2s;
    color: black;
    width: 320px;
    font-size: 16px;
}

.blogTableContent:hover
{
    background-color: rgb(224, 223, 223);
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.4);
    text-decoration: none;
}

/* Page Links */
a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { text-decoration: none; }

a:active { text-decoration: none; }



.blogTableSubtitle
{
    padding: 6px;
}
.blogTableSubtitle:hover
{
    text-decoration: none;
}
.blogTableSubtitle a:hover
{
    text-decoration: none;
}
.blogTableSubtitle a:active
{
    text-decoration: none;
}
.blogTableSubtitle:active
{
    text-decoration: none;
}

.title
{

}