body {	background-image: url(../../img/back.jpg);
	font-size: 16px;}
	
.style52 
{
font-size: 18px;
}

.style56 
{
font-size: 20px;
	color: #0000CC;
	font-weight: bold;
}

.style57 {
font-size: 30px;
	font-weight: bold;
	color: #8B4513;
	}
	
.style58 {
color: #660000;
font-size: 20px;
}

.style59 {
font-size: 20px; 
color: #8B4513; /* коричневый */
font-weight: bold;
}

.style32 {
color: #32CD32; /* зелёный */
font-weight: bold;
font-size: 18px;
}

.style60 {
color: #0000CD; font-weight: bold;
font-family: 'Cambria', Times, serif;
font-size: 16px;
}

.style61 {
        font-size: 20px; 
	font-weight: bold;
	color: #0000CD; /* синий */
	}

.style62 {
color: #1874CD; /* голубой */
font-weight: bold;
font-size: 18px;
}

.style63 {
color: #1874CD; /* чёpный */
font-weight: bold;
font-style: italic;
}


/*** Колонки ***/
.column {
    -webkit-columns: 200px 3;
    -moz-columns: 200px 3;
    column: 200px 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 0 0 0 30px; /* Отступы текста */
   }

.column2 {
    -webkit-columns: 300px 2;
    /*-moz-columns: 200px 2;*/
column-width: 300px;
   /* column: 200px 2;*/
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 0 0 0 30px; /* Отступы текста */
}

