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

table.menu{
	margin-left: 10px;
	margin-top: 40px;
}

td{
	background-image: url(images/b2.gif);
	width: 152;
	height: 26;
	text-align: left;
	padding-left: 40px;
	background-repeat: no-repeat;
}

td#blue{
	background-image: url(images/b1.gif);
	width: 152;
	height: 26;
	text-align: left;
	padding-left: 40px;
	background-repeat: no-repeat;
}
th.menu{
	background-image: url(images/flower.jpg);
	width: 150;
	height: 120;
	text-align: left;
	padding-left: 40px;
	background-repeat: no-repeat;
}

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