Загрузка данных


h1 {
	width: 400px;
	text-align: center;
	color: blue;
	font-size: 40px;
}
h2 {
    width: 400px;
    text-align: center;
    color: green;
    font: normal 30px "Times New Roman";
}
p {
    width: 400px;
    text-align: justify;
    font: 16px/25px Arial;
    text-indent: 40px;
}
ul {
    width: 400px;
    text-align: justify;
    font-size: 16px;
    line-height: 20px;
}
i {
    color: green;
}