<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Programmer and Designer : Soheil Moradi - +98 912 651 7993 - soheil.m@gmail.com */
body{
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
}
a{
	color: blue;
	text-decoration: underline;
}
a:hover{
	color: black;
	text-decoration:underline;
}
h3{
	color: green;
	font-family: "Trebuchet MS", "Times", "Arial", "Verdana", "Georgia", "Tahoma", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Luxi Sans", Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h3 a{
	color: #003300;
	text-decoration: none;
}
h3 a:hover{
	text-decoration: underline;
}
span{
	font-size: 12px;
	line-height: 25px;
	text-align: justify;
}
.bg_books{
	background: url("books_bg_tile.gif") top repeat-y fixed;
	padding-right: 70px;
	padding-left: 30px;
}
.footnotes{
	color: navy;
	font-size: 11px;
	line-height:25px;
}
.description{
	border-top: 1px solid gray;
	font-size: 11px;
	font-family: tahoma;
	color: gray;
	direction: ltr;
	text-align: left;
}
.description a{
	color: #666666;
}
.description a:hover{
	color: black;
	text-decoration:underline;
}</pre></body></html>