BODY {
/*	font-size: small; */
	color: black;
	background-color: white;
	direction: rtl;
	margin: 20px;
}

A {
	text-decoration : none;
	/* color: #108CD8; */
	color: #1080D0;
}

A:visited {
	text-decoration : none;
	/* color: #108CD8; */
}

A:hover  {
	text-decoration : underline;
	/* color: #D8108C; */
	/* color: #C020F0; */
}

IMG {
	border: none;
}

#logo, #title, #banner, #hosting {
	text-align: center;
}

#menu {
	display: block;
	float: left;
	border: thin dashed;
	border-color: #000000;
	width: 150px;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#content {
	padding-right: 20px;
	padding-left: 20px;
}

#footer {
	font-size: smaller;
	text-align: center;
}

#guides_categories UL, #site_pages UL {
	list-style-type: none;
}

#menu H2, #menu H3 {
	text-align: center;
	background-color: #1080D0;
	color: #EEEEEE;
}

#index_content {
	background-color: #EEEEEE;
	border: thin dashed;
	border-color: #000000;
	padding: 5px;
	margin-left: 240px;
}

#index_content UL {
	list-style-type: none;
}

#footer IMG, #banner IMG, #hosting IMG {
	vertical-align: middle;
}

.title {
	/* font-weight: bold; */
	text-align: center;
	background-color: #1080D0;
	color: #EEEEEE;
	/* background-color: #108CD8; */
	/* font-size: larger; */
}

#backend img {
	vertical-align: middle;
	margin: 1px;
}

.press_images {
	float: left;
	vertical-align: top;
}

code, pre {
	display: block;
	direction: ltr;
	white-space: pre;
}

.heb {
	direction: rtl;
}
