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

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

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

a
{
    text-decoration: none;
}

.main_table
{
    background: #f3eeb5 url(images/back_.jpg);
    height: 768px;
    width: 800px; 
    border: solid 1px #fdf2fa;
    font-size: 12pt;
}

.main_table a
{
   font-size: 12pt; 
}

.advert{
    font-size: 14pt;
}

.content
{
    font-size: 16pt;
    border: solid 1px #125226;
}

.content a
{
    color: #000000;
	font-family: "Courier";
	font-size: 14pt;
	padding: 2px 2px;
}

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

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

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

.links a:hover
{
    color: #125226;
    font-weight:bold;
}
.counter
{
    text-align: center;
    font-size: 14pt;
}

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

#master_header_bottom_menu
{
}