﻿body 
{
    background: #9e0654 url(images/back.jpg);
    font-family: "Veranda";
    color: #000000;
}

h1
{
    font-size: 16pt;
    color: #9e0654;
}

h2
{
    font-size: 14pt;
    color: #9e0654;
}

a
{
    text-decoration: none;
}

.main_table
{
    background: #83acfd url(images/back_.jpg);
    height: 768px;
    width: 800px; 
    border: solid 1px #fdf2fa;
}

.advert{
    font-size: 14pt;
}

.content
{
    font-size: 16pt;
    border: solid 1px #9e0654;
}

.content a
{
    color: #000000;
	font-family: "Sans-Serif";
	font-size: 16pt;
	padding: 2px 5px;
}

.content a:hover
{
    color: #9e0654;
    font-weight:bold;
}

.links
{
    text-align: center;
    font-size: 12pt;
}

.links a
{
    color: #000000;
	font-family: "Sans-Serif";
	font-size: 12pt;
	padding: 2px 5px;
}

.links a:hover
{
    color: #9e0654;
    font-weight:bold;
}
.counter
{
    text-align: center;
    font-size: 14pt;
}

.bottom
{
    text-align: center;
    font-size: 12pt;
}

#master_header_bottom_menu
{
}