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