body{
	background-image: url(images/fon.jpg);
}

h1 {
	font-size:15pt; 
	font-family:"New Roman"; 
	color:blue;
}
h2 {
	font-size: 12pt;
	font-family: "New Roman";
	color: Teal;
}
p{
	margin-left:5px;
	font-size: 15px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
