body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {color: #FFFFFF}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.a2:link {
	color: #993300;
	text-decoration: underline;
}
.a2:visited {
	text-decoration: underline;
	color: #993300;
}
.a2:hover {
	text-decoration: underline;
	color: #000000;
}
.a2:active {
	text-decoration: underline;
	color: #993300;
}
a.updateLink {
	color:#792008;
	text-decoration: underline;
	cursor: help;
	}
a.updateLink:active {
	color:#792008;
	text-decoration: underline;
	cursor: help;
	}
a.updateLink:hover {
	color:#792008;
	text-decoration: underline;
	cursor: help;
	}
a.updateLink:visited {
	color:#792008;
	text-decoration: underline;
	cursor: help;
	}
.pageHeader {
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
	text-align: center;
}
.errortext {
	color:red;
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}
.ru_title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.highlight { 
	background: #FFFF00;
}
.statusmessage {
	font-size: 14px;
	color: green;
	font-weight: bold;
	text-align: center;
}
div.RU_rounded {
	border:3px solid #F00; 
	padding:10px;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	-opera-border-radius:16px;
	-khtml-border-radius:16px;
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 50px;
	margin-right: 50px;
}

.burger-menu {
	position: absolute;
	left: 200px;
	top: 50px;
	display: none;
	padding: 10px 10px 10px 10px;
	background-color:#330066;
	z-index:1;
}
.burger-menu.responsive {
	position: absolute;
	left: 200px;
	top: 50px;
	display: block;
	padding: 10px 10px 10px 10px;
	background-color:#330066;
	z-index:1;
}

A.burger-menu-link:link, A.burger-menu-link:visited, A.burger-menu-link:active, A.burger-menu-link:hover {
	text-decoration: underline;
	color: #FFFFFF;
	z-index: 2;
	line-height: 2.5;
}

.container {
    display: inline-block;
    cursor: pointer;
}

/* Rotate first bar */
.change .bar1ru {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2ru {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3ru {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.bar1ru, .bar2ru, .bar3ru {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
<!--- end burger menu styles --->
