﻿body
{
    min-width: 1000px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #CCCCCC;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

.letter
{
    width: 1000px; /* 2 borders of 120 and the padding = Google Ad */
    margin: 0 auto;
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-variant: small-caps;
    color: #990000;
    text-transform: capitalize;
}
h1
{
    font-size: 2em;
    color: #FF0000;
}
h2
{
    font-size: 1.8em;
}
h3
{
    font-size: 1.4em;
}
h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

a
{
    font-weight: bold;
    color: #FF3333;
    text-decoration: none;
}

a:visited
{
    color: #AA0000;
}

a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

.contentLeft
{
    width: 120px;
}

.content
{
    width: 728px;         /* contain the Google Ad plus margins */
    background-color: #FFFFFF;
    padding: 0 16px 30px 16px;
}

.contentRight
{
    width: 120px;
}

/* Right Column with AJAX messages */
.ajaxSms
{
    position: fixed;
    bottom: 10px;
    width: 115px;
    padding-left: 5px;
    font-size: 9px;
}

.ajaxSms span.msgSender
{
    font-weight: bold;
    z-index: 1;
}

.ajaxSms span.msgMessage
{
    z-index: 1;
}