﻿body
{
    background-color: #040639;

}

.headingText
{
    font-size: 1.8em;
    color: #ffffcc;
    font-variant: small-caps;
    text-align: left;
}

.headingQuote
{
    font-size: 1.2em;
    font-style: italic;
    
}

.headingQuoteCredit
{
    text-align: right;
}

* 
{
    font-family: Sans-Serif, Arial, Serif;
    color: white;
    font-size: small;
}

img
{
    border: solid 1px white;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

td 
{
    vertical-align: top;
    
}

thead 
{
    font-weight: bold;
    font-variant: small-caps;
    text-decoration: underline;
  
}

tfoot
{
    font-variant: small-caps;
    font-weight: bold;
    
    
}

div
{
    padding: 10px 10px 10px 0px;
    text-align: center;
}

.blogEntryDate
{
    font-variant: normal;
    color: White;
}

.blogEntries
{
    margin-left: auto;
    margin-right: auto;
}

hr
{
    color: #ffffcc;
}

.blogBody
{
    padding: 50px 50px 50px 50px;
    text-align: left;
}

.blogNav
{
    color: #ffffcc;
    font-variant: small-caps;
    padding: 20px 20px 0px 20px;
}

.blogEntrySummary
{
    font-variant: normal;
    color: white
}

.linesandwich
{
    border-top: white thin solid;
    /* border-bottom: white thin solid; */
}
