@charset "utf-8";
/* CSS Document */

body {
	background-color:#3d4755;
    margin: 0;
	padding: 0;
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:16px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#79818C;
	/*color:#3D4755; цвет фона*/
	text-align:center;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#79818C;
	/*color:#3D4755; цвет фона*/
	text-align:center;
}

.copyright {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:16px;
	color:white;
	text-indent: 300px;
	/*text-align:center;*/
}