﻿body { font-family:Arial;
}

.JournalHeader
{
    text-align:left;
    background-color:Black;
    font-size:medium;
    color:White;
}
.JournalDate
{
    text-align:left;
    font-size:x-small;
    color:Red;
}
.JournalBody
{
    color:Gray;
    font-size:smaller;
    text-align:justify;
}
.JournalImage
{
    border-style:none;
    
}
A
{
    font-weight:bold;
    color: #ff0000;
}
.ImageBorder
{
    border-right: lightgrey thin solid;
    border-top: lightgrey thin solid;
    border-left: lightgrey thin solid;
    border-bottom: lightgrey thin solid;
    }

.WhiteMenu
{
    font-weight: bold;
    color: White;
    font-size: medium;
    border: 0;
    text-decoration: none;
}
.WhiteMenuSmall
{
    font-weight: bold;
    color: Red;
    font-size:  x-small;
    border: 0;
    text-decoration:  none;
}
.emaillink
{
    font-weight: bold;
    color: white;
    font-size:  x-small;
    border: 0;
    text-decoration:  none;
}