ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
	margin-right: 40px;
    position: absolute;
    top: 0.5em;
    left: 0.1em;
    width: 15em; 
	}
ul.navbar li {
    background: #bbbbbb;
    margin: 0.1em 0;
    padding: 0.3em;
	font-family: TransCyrillicU;
	font-size: 18px;
	color: #ff0000;
	font-weight:bold;
    border-right: 1em solid #5e5e5e; 
	}
ul.navbar a {
    text-decoration: none; 
	}
ul.navbar a:link {
    color: #7b0a0a; 
	}
ul.navbar a:visited {
    color: #7b0a0a;
	}
ul.navbar a:hover {
	font-size: 18px;
	color:#dee012;
	background-color:#0a0a7b;
	}
	ul.rec li {	
	  font-weight:bold;
	  font-size: 18px;
	}
a:visited,a:link,a:hover {
	color: #a9b6c7;
	}
span {
	font-size: 24px;
	font-weight:bold;
	}
div {
	font-size: 18px;
	font-weight:bold;
	position:relative;
	text-align:center;
	}
p {
  font-weight:bold;
  font-size: 18px;
	}
h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
	}
body {
    padding-left: 13em;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
	margin-left: 40px;
    background-color: #a9b6c7;
	}
