html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #484848;
}

body {
	margin: 0;
	background-color: #323232;
	color: #fff;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 300;
	font-style: none;
}

p {
	font-size: 18px;
	line-height: 26px;
}

b, strong {
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #000;
}

.block {
	width: 100%;
	margin: 0 auto;
	display: block;
	clear: both;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.dialog {
	margin-top: 25px;
	margin-bottom: 0px;
	padding-top: 120px;
	background: #000000 url(/wrs-3d.gif) no-repeat center 24px;
	background-size: auto 96px;
}

.menu {
	background: #282a2d;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	display: block;
	font-weight: bold;
	clear: both;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.menu_link {
	color: #e5a00d;
	font-weight: bold;
	text-decoration: none;
}

.menu_link:hover {
	color: #ffffff;
	text-decoration: none;
}

.menu_table {
	text-align: center;
	color: #ffffff;
	margin: auto;
	/* border: solid 1px #ffffff; */
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	border-spacing: 30px;
	border-collapse: separate;
	border-radius: 6px 6px 6px 6px;
	cell-border: solid 1px #ffffff;
}

.dialog h1 {
	font-size: 48px;
	line-height: 1.5;
}

.dialog h2 {
	font-size: 28px;
	line-height: 1.5;
}

.dialog p a {
	color: #aaa;
}
