html {
	font-family: Tahoma, Arial;
	direction: rtl;
	font-size: 14px;
	width: 100%;
}
img#logo {
	display: block;
	margin: 0 auto;
}
#logo-caption {
    font-weight: bold;
    font-size: 20px;
    margin: 3px;
}
h1 {
	text-align: center;
	margin: 0;
	margin-top: 10px;
}
h2 {
	padding: 10px;
}
h3 {
	text-align: center;
	font-weight: normal;
	padding: 0; 
	margin: 10px;
	margin-bottom: 20px;
}
hr {
	border-style: dashed;
	border-color: #999999;
	border-width: 2px;
	border-radius: 10px;
	margin: 15px 0;
}
li {
    list-style-type: square;

    list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAN0lEQVQYV2NkIBIwgtR98Hf4j0+9wMYDjHCFIA42xSBDKFMIcwbMBpwmEq0Q3Z3ku5Go4CEmzAEMZkAL73JaBwAAAABJRU5ErkJggg==");
    font-weight: bold;
    line-height: 2em;
}
#image img {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	max-height: 200px;
}
