﻿body 
{
    background: #b4b608 url(images/back.jpg);
    font-family: "Century Gothic";
    color: #000000;
}

h1
{
    font-size: 16pt;
    color: #42430a;
}

h2
{
    font-size: 14pt;
    color: #42430a;
}

a
{
    text-decoration: none;
}

.main_table
{
    background: #bde5fe;
    height: 768px;
    width: 900px; 
    border: solid 1px #000000;
}
.table_css
{
    width: 850px; 
    border: solid 1px #dbdd17;
    margin-left:25px;
    background-color: #dbdd17;
}

.advert{
    font-size: 14pt;
}

.content
{
    font-size: 16pt;
}

.content a
{
    color: #000000;
	font-family: "Century Gothic";
	font-size: 16pt;
	padding: 2px 5px;
}

.content a:hover
{
    color: #42430a;
    font-weight:bold;
}

.links
{
    text-align: center;
    font-size: 12pt;
}

.links a
{
    color: #000000;
	font-family: "Century Gothic";
	font-size: 12pt;
	padding: 2px 5px;
}

.links a:hover
{
    color: #42430a;
    font-weight:bold;
}

.links_m
{
    text-align: center;
    font-size: 12pt;
}

.links_m a
{
    color: #000000;
	font-size: 16pt;
	padding: 2px 5px;
}

.links_m a:hover
{
    color: #42430a;
    font-weight:bold;
}

.counter
{
    text-align: center;
    font-size: 14pt;
}

.bottom
{
    text-align: center;
    font-size: 12pt;
}