body {
	background-color: rgb(235,247,254);
}

p {
	text-indent: 30px;
}
h1, h2, h3, h4, h5, h6 {font-family: arial;}
h1 {
	text-align: center;
}
code {color: rgb(44,57,228);}
a {
	text-decoration: none;
	color: rgb(9,37,136);
}
img {
	border: none;
}
table {
	width: 350px;
}
table, tr, td {
	border: 2px solid rgb(105,160,216);
	border-collapse: collapse;

}
td {
	padding: 5px;
}
h1 code {
	font-size: smaller;
}

table {
  background: rgb(243,251,254);
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

hr {color: blue;}

.right, .center {text-align: right; }
.clear {clear: right; }
.center {text-align: center;}

.obal {
	margin-bottom: 20px;
	border: solid green 2px;
}
.thumb {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
a:visited {
	color: rgb(9,37,136);
}
a:hover {
	text-decoration: underline;
	color: rgb(255,0,0);
}
.menu_left a {
	width: 150px;
	display: block;
	color: rgb(9,37,136);
}
.menu_left a:hover {
	text-decoration: none;
	background-color: rgb(105,160,216);
	color: rgb(9,37,136);
}

.menu_left {
	border: 2px rgb(105,160,216) solid;
	margin-bottom: 4px;
	background: white;


}
.menu_left_main {
	border: none;
	float: left;
	width: 154px;
	margin: 4px;
	margin-left: 0px;
}

.menu_right_main {
	border: none;
	float: right;
	width: 160px;
	margin: 4px;
	margin-left: 10px;

}

.menu_left_header {
  color: white;
  padding-left: 5px;
	border: none;
	background: rgb(105,160,216);
}
.menu_left_header a:hover {
	color: white;
}

.top_main {
	border-right: 2px solid rgb(9,96,142);
	border-bottom: 2px solid rgb(9,96,142);
	background: rgb(105,160,216);
	margin-bottom: 4px;
}

.top_text {
	text-align: center;
	color: rgb(235,240,252);
	font: bold 60px Arial;
	padding: 5px;
}

.top_menu {
	text-align: center;
}

.main {
	text-align: justify;
	border: 1px rgb(105,160,216) solid;
	width: auto;
	margin: 4px;
	margin-rig ht: 170px;
	margin-top: 8px;
	margin-left: 160px;
	padding: 20px;
	background: white;
}
.bold {
	font-weight: bold;
}
.bottom {
  text-align: center;
  font-size: small;
}

.bottom_toplist {
  clear: both;
}


