﻿/* Define the default values */
@import url(inlondon.css);

/* Override of styles defined on 'in-Riga.css'
   This style needs to be defined after 'in-Riga.css'
   Only the changing values will be defined for the styles
 */
body
{
    min-width: 500px;
    background-image: url(images/background.png);
    background-repeat: repeat;
    background-color: Transparent;
    color: #000000;
}

.letter
{
    width: 500px;
    padding: 0 20px;
}

.content
{
    width: 468px; /* contain the Google Ad plus margins */
    background-color: #FFFFFF;
    padding: 16px;
}

table, tr, td
{
    border-collapse: collapse;
}

a
{
    font-size: 100%;
}

a:hover, a:focus
{
    font-size: 100%;
}

.msgDate
{
    font-size: 80%;
    font-family: Verdana, Arial, Helvetica;
}

.msgSender
{
    padding-left: 5px;
    font-weight: bold;
}

.msgMessage
{
    padding-left: 5px;
}

/* */
.msgWrite
{
    margin: 10px 0;
}
