body
{
	font-family: cursive;
	background: #eeee00;
}

h1
{
	text-align: center;
    background-color:#aaaa00;
    color:#aa0000;
    padding: 2%;
}

nav
{
    width: 75%;
	text-align: center;
	font-size: 150%;
    margin: auto;
	color: #aa0000;
}

figure
{
	float: right;
}

h2
{
	text-align: center;
	font-size: 50pt;
	color: #ee2200;
}

article
{	
	padding: 1% 5%;
}


p
{
	text-indent: 35pt;
	text-align: justify;
	font-size: 25pt;
	color: #aa0000;
}

ol
{
	//text-align: justify;
	font-size: 23pt;
	color: #660a0a;
}

ul
{
	font-size: 23pt;
	color: #ee1111;
}

span
{
	font-family: monospace;
	font-style: oblique;
	font-size: 50pt;
	font-weight: bold;
	color: #0000ff;
}

.invis
{
	color: #eeee00; 
}

.devush
{
	font-family: times;
	font-size: 20pt;
	color: #880000;
}

figure.photo
{
	background: #aaaa00; /* Цвет фона */
	padding: 10px; /* Поля вокруг */
	display: block; /* Блочный элемент */
	width: 450px; /* Ширина */
	float: left; /* Блоки выстраиваются по горизонтали */
	margin: 0 25px 25px 0; /* Отступы */
	text-align: center; /* Выравнивание по центру */
}

figcaption
{
	font-size: 20pt;
	color: #aa0000;
}
	
	
