body
{
    text-align: center;
    color: White;
    font-family: "Times New Roman";
    font-size: 12pt;
    background-color: Black
}

/*******************/
/* Content Formats */
/*******************/

.italic
{
    font-style: italic
}

.bold
{
    font-weight: bold
}

.left
{
    text-align: left;
    padding-left:  16px;
    padding-right:  16px
}

.font8
{
    font-size: 8pt
}

.red
{
    color: Red
}

.white
{
    color: White
}

.yellow
{
    color: Yellow
}

span.new
{
    font-weight: bold;
    color: Yellow
}

h1
{
    font-variant: small-caps;
    font-size: 300%
}

img.display
{
    display: block;
    margin-left: auto;
    margin-right: auto
}

/****************/
/*Linking Images*/
/****************/

/* Eliminate borders for image links */
a img
{
    border: 0;
}