﻿body 
{
    background: #2881cf url(images/back.jpg);
    font-family: "Tahoma";
    color: #000000;
}

h1
{
    font-size: 16pt;
    color: #ffffff;
}

h2
{
    font-size: 14pt;
    color: #ffffff;
}

a
{
    text-decoration: none;
}

.main_table
{
    background: #6cdb60 url(images/back_.jpg);
    height: 768px;
    width: 1024px; 
    border: solid 1px #fdf2fa;
}
.table_css
{
    width: 700px; 
    border: solid 1px #ffffff;
    margin-left:150px;
    background-color: #2881cf;
}

.advert{
    font-size: 14pt;
}

.content
{
    font-size: 16pt;
}

.content a
{
    color: #000000;
	font-size: 16pt;
	padding: 2px 5px;
}

.content a:hover
{
    color: #2881cf;
    font-weight:bold;
}

.links
{
    text-align: center;
    font-size: 14pt;
}

.links a
{
    color: #000000;
	font-size: 14pt;
	padding: 2px 5px;
}

.links a:hover
{
    color: #2881cf;
    font-weight:bold;
}

.counter
{
    text-align: center;
    font-size: 14pt;
}

.bottom
{
    text-align: center;
    font-size: 12pt;
}