﻿.GridStyle1
            {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border-style: dashed none dashed none;
    border-width: thin;
    border-color: #666666;
    text-align: center;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #FFFFFF;
    background-color: #000000;
}
.PageHead {
    border-bottom: #A0A0A0 outset;
    color: #FFFFFF;
    font-size: xx-large;
    font-weight: bold;
}
        <style type="text/css">
            .GridStyle1
            {
                font-family: Arial, Helvetica, sans-serif;
                font-size: small;
                border-style: dashed none dashed none;
                border-width: thin;
                border-color: #666666;
                text-align: center;
            }
        </style>

.CellStyle1
{
    border-style: none;
    vertical-align: middle;
    text-align: center;
}

.Titles
{
    font-size: x-large;
    font-weight: bold;
    border-bottom-style: groove;
    border-color: #FF0000;
}
.ListSep
{
    border-bottom-style: groove;
    border-color: #FF0000;
}
.PostTitle
{
    font-size: x-large;
    font-weight: bold;
    color: #CC0000;
}
.PostDetails
{
    font-size: small;
    font-style: italic;
}

.RedBrdrCell
{
    font-size: small;
    border: thin solid #CC0000;
    vertical-align: middle;
    text-align: left;
}

a:link
{
    text-decoration: underline;
    font-style: normal;
    font-weight: bold;
    color: #CC0000;
}
a:visited
{
    color: #C0C0C0;
    font-weight: bold;
    text-decoration: underline;
}

