/* CSS Document */
<!--
body {
	background-image: url(images/fon-g.jpg);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B98E97;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #621F30;
}
a:link {
	color: #5C192A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D1A2B;
}
a:hover {
	text-decoration: underline;
	color: #B98E97;
}
a:active {
	text-decoration: none;
	color: #B98E97;
}
a {
	font-weight: bold;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.style2 {font-size: 10px}
.style3 {
	color: #FFFF00;
	font-style: italic;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
-->
