body {
	background-color: #F4F4F4;
	background-image: url("images/fon.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	behavior:	url("pngbehavior.htc");
}

h1               {
	font-size: 160%;
	font-weight: bold;
	color: #175601;
	font-family: Verdana, Tahoma, Arial;
}

p           {
	font-size: 80%;
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
}

a:link       {
	color: #175601;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
}
a            {
	color: #175601;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
}
a:visited    {
	color: #175601;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
}
a:active     {
	color: #175601;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
}

a:hover      {
	color: #175601;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
}

