html,body {
    background-position: top center;
    background-color: #2319c3;
          }

#page   {
    width: 900px;
    margin: auto;
        }

a img   {
    border: 0;
        }
        
#menu   {
    font-family: "trebuchet MS";
    font-size: 16px;
        }

#menu a {
    text-decoration: none;
    color: #9cb6f3;
        }
        
#menu a:hover {
    font-weight: bold;
    color: #c6ddff;
    font-size: 18px;
    }
      
p   {
    color: #c6ddff;
    font-family: "trebuchet MS";
    font-size: 14px;
    margin: 10px;
    line-height: 20px;
    }

p.indent { /* Красная строка */
	  text-indent: 20px; /* Отступ первой строки в пикселах */
	  }

h1  {
    font-family: "trebuchet MS";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
    }

h2.home {
    color: #fff;
    text-align: center;
    margin: 5px 0 10px 0;
    }

h2.linebottom { /* Линия под текстом на всю ширину блока */
    font-family: "trebuchet MS";
	  font-size: 130%; /* Размер шрифта */
	  border-bottom: 2px solid maroon; /* Параметры линии под текстом */
	  padding-bottom: 3px; /* Расстояние от текста до линии */
	  text-align: center; /* Выравнивание текста */
	  border-bottom-color: #3FF; /* Цвет линии под текстом */
	  margin-bottom: -3px; /* Удаление вертикального отступа после линии */
    color: #fff;
	             }

h4.linebottom { /* Линия под текстом на всю ширину блока */
    font-family: "trebuchet MS";
	  border-bottom: 1px solid maroon; /* Параметры линии под текстом */
	  padding-bottom: 2px; /* Расстояние от текста до линии */
	  text-align: left; /* Выравнивание текста */
	  border-bottom-color: #c6ddff; /* Цвет линии под текстом */
	  margin-bottom: -3px; /* Удаление вертикального отступа после линии */
    color: #fff;
    }
    
td  {
    background-color: #001d61;
    }
    
.counter {
        float: right;
        display: inline;
        }
        
