html {
	overflow: auto;
}
body {
	background: #fff url(../images/fon2.gif);
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
a.links:hover {
	color: #fff;
	text-transform: lowercase;
	border-top: 4px solid #333;
}
a:active {
	background: none;
}
table {
	font: 11px/14px consolas, "andale mono", "lucida console", "lucida sans typewriter", monaco, "courier new", monospace;
	color: #333;
	width: 760px;
	height: 420px;
	border: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	text-align: justify;
}
td {
	padding: 0px;
}
p {
	margin: 6px 0px;
}
.image {
	text-align: right;
	vertical-align: middle;
}
.header {
	font: bold 27px consolas, "andale mono", "lucida console", "lucida sans typewriter", monaco, "courier new", monospace;
	color: #556d85;
	height: 45px;
	width: 324px;
	border-top: 2px solid #556d85;
	border-bottom: 1px solid #556d85;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}
.links {
	color: #fff;
	background: #556d85;
	text-decoration: none;
	text-align: center;
}
.bar {
	padding: 6px;
	vertical-align: middle;
	width: 81px;
	height: 20px;
}