﻿
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #000000;
    background-color: #ffddff;
}
h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: #B0528C;
    font-style: normal;
    font-variant: normal;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #b0528c;
    margin-top: 0px;
    margin-bottom: 0px;
}
a {
	color: #B0528C; 
}
a:hover
{
    color: #000000;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    color: #000000;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}
.txt-decor-none {
        text-decoration: none;
    }
.table-main
{
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}
.table-menu {
    border-style: none;
    border-width: 0;
    width: 900px;
    background-color: #FFFFFF;
    text-align: center;
}
.table-cell-txt
{
    background-color: #f7f6f3;
    text-align: justify;
    width: 680px;
}
.table-cell-picture
{
    background-color: #b0528c;
    text-align: center;
    width: 220px;
}
.txt-footer {
    margin-top: 0;
    margin-bottom: 0;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

