@charset "utf-8";
/* CSS Document */
body {
	color: black;
	background-image: url(img/fon.jpg);
}
table {text-align: center;}
hr { color: white; }

a {
	color: #ffe4b5;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}