.md {
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	
}
#bi {
	text-align: center;
	width: 800px;
	margin: auto;
}
ul {
	font-size: 10px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#bi .md .vert {
direction:rtl;
font-stretch:extra-expanded;
}
#bi h2 {
	font-size: 18px;
}
#bi h1 {
	font-size: 24px;
	margin: 0px;
}




a:link { color: #333333; }
a:visited { color: #666666; }
a:hover { text-decoration: none; color: #000000; }
