<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------------------------
                                       Typography
font-family:Georgia, "Times New Roman", Times, serif;
font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-family:Tahoma, Geneva, sans-serif;
light grey: #949494;
background-color:#f4f4f4;
border:1px solid #b8b8ae;

--------------------------------------------------------------------------------------*/

/* article pages (also used in printready)
--------------------------------------------*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:65%;
	letter-spacing:0.01em;
	word-spacing:0.01em;
	color:#000;
}
p  {
	font-size: 12.5px;
	line-height: 1.5em;
	letter-spacing:0.075em;
	word-spacing:0.075em;
	text-align:left;
	margin:0 0 0.6em 0;
	padding:0;
}
#content-main ul li, #content-main ul li ul li, #content-main ul li ul li ul li, blockquote li, blockquote li p {
	font-size: 12.5px;
	line-height: 1.4em;
	letter-spacing:0.075em;
	word-spacing:0.075em;
	text-align:justify;
	list-style:outside;
}
#content-main ul li p, #content-main ul li ul li p, #content-main ul li ul li ul li p {
	font-size: 12.5px;
	line-height: 1.4em;
	letter-spacing:0.075em;
	word-spacing:0.075em;
	text-align:justify;
}
#content-main ol li, #content-main ol li ol li, #content-main ol li ol li ol li {
	font-size: 12.5px;
	line-height: 1.4em;
	letter-spacing:0.075em;
	word-spacing:0.075em;
	text-align:justify;
	list-style:outside;
	list-style-type:decimal;
}
#content-main ol li p, #content-main ol li p, #content-main ol li ol li p {
	font-size: 12.5px;
	line-height: 1.4em;
	letter-spacing:0.075em;
	word-spacing:0.075em;
	text-align:justify;
}

/*#content-main ol li {
	list-style-type:decimal;
}*/
#content-main ul li, #content-main ol li ul li {
	list-style-type:disc;
}

#content-main table tr td li {
	text-align:left;
}
blockquote, blockquote p {
	font-size: 12.5px;
	line-height: 1.4em;
	letter-spacing:0.075em;
	word-spacing:0.075em;
	text-align:justify;
	margin:1.0em 2.2em 1.6em 2.2em;
	padding:0;
}
.compress {
	margin-top:0em;
}
blockquote.compress, blockquote p.compress {
	margin:0em 2.2em 1.6em 2.2em;
	padding:0;
}
#content-main #refs p {
	margin-left: 20px;
	text-indent: -20px;	
}

#content-main p.notes {
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing:0.05em;
	word-spacing:0.05em;
	text-align:left;
	margin:0 0 0.4em 0;
	padding:0;
}
#content-main p.indent-left  {
	font-size: 12.5px;
	line-height: 1.5em;
	letter-spacing:0.075em;
	word-spacing:0.075em;
	text-align:left;
	margin:0 0 0.6em 35px;
	padding:0;
}

a {
/*	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
	color:#7F7F7F;
	font-size: 1.1em;
	line-height: 1.2em;
}
.colitem a, #article a {
    text-decoration:none;
    border-bottom:1px dotted #555;
}
.colitem a:hover, #article a:hover {
    text-decoration:none;
    border-bottom:1px solid #000;
}
#article a.noteref, #article a.notenum {
	border-bottom:0px;
}

a:hover {
	color:#000;
}
strong, b {
	font-weight:bold; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
strong em, em strong {
	font-style:italic;
	font-weight:700; 
}

img {
	border:1px solid #b8b8ae;
}
#content-main img {
	margin-top:12px;
	margin-bottom:12px;
}
#content-main #entry-details img {
	margin-top:0px;
	margin-bottom:0px;
}
#gototop a img {
	border:none;
}
/* Headings 
--------------------------------------------*/
body.entry h1.title {
	/*	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:800;
	font-size:2em;
	letter-spacing:0.05em;
	word-spacing:0.075em;
	color: #000;
	margin:12px 0 3px 0;
	padding:0;
}
body.entry h2.subtitle {
	/*	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	font-size:1.6em;
	color: #000;
	margin:0 0 3px 0;
	padding:0;
}
body.entry h1 {
	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:700;
	font-size:1.6em;  
	letter-spacing:0.05em;
	word-spacing:0.075em;
	line-height:1.8em;
	color:#000;
	margin:12px 0 3px 0;
	padding:0;
}
body.entry h1 em {
	font-weight:700;
}
body.entry h2 {
	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:600;
	font-size:1.4em;
	line-height:1.6em;
	color:#000;
	margin:12px 0 3px 0;
	padding:0;
}
body.entry h3 {
/*	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
	font-size:1.25em;
	font-style:italic;
	line-height:1.35em;
	color:#000;
	margin:12px 0 3px 0;
	padding:0;
}
body.entry h4 { /*2nd level that follows a 1st level */
	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:600;
	font-size:1.4em;
	line-height:1.6em;
	margin-top:-6px;
	color:#000;
	margin:0 0 3px 0;
	padding:0;
}
body.entry h5 { /*3rd level that follows a 2nd level */
	font-weight:550;
	font-size:1.25em;
	line-height:1.35em;
	font-style:italic;
	margin-top:-6px;
	color:#000;
	margin:0 0 3px 0;
	padding:0;
}

/* Article components 
--------------------------------------------*/
#article #page-one {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/item-divider.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	margin-bottom:20px;
	padding-bottom:5px;
}
#author-info p, #author-info h2 {
	font-size:1.1em;
	line-height:1.3em;
	margin:6px 0 6px 0;
	padding:0;
}
#entry-details p{
	font-size:1.1em;
	line-height:1.3em;
	margin:6px 0 6px 0;
	padding:0;
}
#entry-details a, #author-info a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.0em;
	text-decoration:none;
}
#article #prev-next {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/item-divider.png);
	background-position:top left;
	background-repeat:repeat-x;
	margin-top:5px;
	padding-top:15px;
}
#print-button a {
	background-image:url(http://www.intralinea.org/images/imgs/icons/print.png);
	background-position:40% 5%;
	background-repeat:no-repeat;
	display:block;
	padding:0;
}
/* section customizations 
-------------------------------------------*/
body.entry h3.reviews-author {
	font-weight:550;
	font-size:1.4em;
	font-style:normal;
	color:#000;
	margin-top:0;
/*	margin-bottom:-6px;*/

}
/*#content-main p.reviewed-by {
	margin-top:-6px;
}*/

/*  tables
-------------------------------------------*/
table {
	width:88%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding:0 10px 0 10px;
}
table td, table td p, table td li, #content-main ul li table td p, #content-main table td ol li {
	font-size: 11.5px;
	line-height: 13.5px;
	letter-spacing:0.05em;
	word-spacing:0.05em;
	text-align:left;
}
td.right, table td.right p, tr.tb-row td.right, tr.tb-toprow td.right, tr.tb-bottomrow td.right{
	text-align:right;!important
}
td.center, table td.center p, tr.tb-row td.center, tr.tb-toprow td.center, tr.tb-bottomrow td.center{
	text-align:center;!important
}
table td p {
	padding:0;
	margin:0;
}
table tr td {
	vertical-align:top;
}
.solid {
	border:1px solid #5F5F5F;
}
.dotted {
	border:1px dotted #5F5F5F;
}
div.label, p.label {
	font-family:"Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-weight:700;
	font-size:1.25em;
	width:100%;
	text-align:center;
	padding:6px 0 3px 0;
}
.label span {
	font-weight:normal;
}
.tb-headrow td, td.tb-headrow  {
	border-top:1px solid #5F5F5F;
	border-bottom:1px solid #5F5F5F;
	border-left:none;
	border-right:none;
	padding:4px 4px;
}
.tb-toprow td, td.tb-toprow  {
	border-top:1px solid #5F5F5F;
	border-bottom:1px dotted #5F5F5F;
	border-left:none;
	border-right:none;
	padding:3px 4px;
}
.tb-row td, td.tb-row{
	border-bottom:1px dotted #5F5F5F;
	border-left:none;
	border-right:none;
	border-top:none;
	padding:3px 4px;
}
.tb-row-solid td, td.tb-row-solid{
	border-bottom:1px solid #5F5F5F;
	border-left:none;
	border-right:none;
	border-top:none;
	padding:3px 4px;
}
.tb-row-double td, td.tb-row-double {
	border-bottom:1px dotted #5F5F5F;
	border-left:none;
	border-right:none;
	border-top:1px dotted #5F5F5F;
	padding:3px 4px;
}
.tb-row-double-solid td, td.tb-row-double-solid {
	border-bottom:1px solid #5F5F5F;
	border-left:none;
	border-right:none;
	border-top:1px solid #5F5F5F;
	padding:3px 4px;
}
.tb-blankrow td, td.tb-blankrow{
	border-top:0;
	border-left:none;
	border-right:none;
	border-top:none;
	padding:3px 4px;
}
.tb-secondrow td, td.tb-secondrow {
	border-top:1px dotted #5F5F5F;
/*	border-bottom:1px dotted #5F5F5F;*/
	border-left:none;
	border-right:none;
	padding:3px 4px;
}
.tb-bottomrow td, td.tb-bottomrow {
	border-bottom:1px solid #5F5F5F;
	border-left:none;
	border-right:none;
	border-top:none;
	padding:3px 4px;
}

/*  misc 
-------------------------------------------*/

.italics {
	font-style:italic;
}
.normal {
	font-weight:normal;
	font-style:normal;
}
#content-main p.left, #content-main td.left {
	text-align:left;
}
#content-main p.center, #content-main td.center {
	text-align:center;
}
#content-main p.right, #content-main td.right {
	text-align:right;
}
#content-main p.epigraph {
	text-align:right;
	font-style:italic;
	margin-top:10px;
}

img.left {
	float:left;
	padding:0;
	margin:3px 10px 10px 0;
}
img.center {
	display:block;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}
img.right {
	float:right;
	padding:0;
	margin:3px 0 10px 10px;
}


/* Index + show + search pages 
--------------------------------------------*/
/* Index + show + search content-main Headings 
--------------------------------------------*/
body.index h1, body.show h1, body.search h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:700;
	font-size:1.6em;  
	letter-spacing:0.05em;
	word-spacing:0.075em;
}
body.index h2, body.show h2, body.search h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-size:1.6em;
}
body.index h2 a, body.show h2 a, body.search h2 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	font-size:1.05em; /*adjusted to compensate for link styling*/
	text-decoration:none;
	border-bottom:0px;
}
body.index h2 a em, body.show h2 a em, body.search h2 a em {
	font-weight:700;
	font-style:italic;
}
body.index h3, body.show h3, body.search h3 {
	font-weight:600;
	font-size:1.4em;
	color:#353535;
}
body.index h3 em, body.show h3em, body.search h3 em {
	font-weight:600;
	font-style:italic;
}

/* Issue name
-------------------------------*/
body.index div#issuename.colitem-cats h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:800;
	font-size:1.8em;  
	letter-spacing:0.05em;
	word-spacing:0.075em;
	padding:0;
	margin:6px 0 3px -14px;
}
body.index div#issuename.colitem-cats h2 {
	padding:0;
	margin-left:-14px;
	margin-top:6px;
}
body.index div#issuename.colitem-cats p {
	padding:0;
	margin:0 0 6px -14px;
}

/* Header margins 
-------------------------------*/
h1.catname {
	padding:0;
	margin:6px 0 0 -14px;
}
h1.catname a {
	padding:0;
	margin:6px 0 0 -14px;
	color:#000;
	text-decoration:none;
}
h1.catname a:hover {
	color:#555;
	text-decoration:underline;
}
p.edited-by {
	margin:3px 0;
}
#col-2 .colitem-cats h1.smallcatname {
	color:#000;
	font-size:1.4em;
	font-variant:normal;
	margin:18px 0 -10px 0;
	padding:3px 0;
	border-top:1px dotted;
	/*border-bottom:1px dotted;*/
}
h2.title {
	padding:0;
	margin:16px 0 4px 0;
}
h3.subtitle {
	padding:0;
	margin:0 0 4px 0;
}
p.author {
	padding:0;
	margin-top:0;
}
p.published-in {
	font-size:1.1em;
	line-height:1.1em;
	margin-bottom:-3px;
}
p.published-in a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1.1em;
	text-decoration:none;
	border-bottom:0px;
	margin-bottom:-3px;
}
.readmore {
	text-align:right;
}
a.readmore-link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height: 1.2em;
	text-decoration:none;
	border-bottom:0px;
}
#pagination p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:1.3em;
	margin:0;
	padding:0;
	text-align:center;
	color:#949494;
}
#pagination p a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height:1.3em;
	margin:0;
	padding:0;
	color:#000;
	text-decoration:none;
}
#pagination p a:hover {
	color:#949494;
}

/* ------------------------------------------------------------------------------------
                                       Theme styling
--------------------------------------------------------------------------------------*/

/*  masthead
-------------------------------------------*/
#masthead #status p {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#000;
	font-size:1.0em;	
	letter-spacing:0em;
	word-spacing:0em;
}

/*  Content
-------------------------------------------*/
#content {
	background-color:#f4f4f4;
	border:1px solid #b8b8ae;
}

/*  main nav
-------------------------------------------*/
ul#main-nav li a:hover {
	background-color:#fff;
}
/*ul#main-nav li.active a {
	background-color:#fff;
}*/
ul#main-nav li ul { /* background color for dropdown menus */
	background-color:#d6d6d6;
}
ul#main-nav li ul li {
	display:list-item;
	list-style:none;
	width: 190px;
	/*background-color:#d6d6d6; #d9d9d9*/
}
ul#main-nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
ul#main-nav li ul li a {
	font-size:1.25em;
	font-weight:normal;
}
ul#main-nav li ul li a:hover {
	background-color:#fff;
}

/* content-head
-------------------------------------------*/
#context-menu {
	background-color:#f0f0f0;
}
#breadcrumb ul li {
	color:#000;
	font-size:1.1em;
}
#breadcrumb ul li a {
	color:#999991;
	font-size:1.1em;
	text-decoration:none;
}
#breadcrumb ul li a:hover {
	color:#000;
	text-decoration:none;
}
#page-title {
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:bold;
	color:#000;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/page-title-dot.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	overflow:visible;
	padding-left:14px;
	padding-top:3px;
}
#content-head input.formfield, #content-head input.formfield li {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#000;
	font-size:1.1em;
	background-color:#fff;
	border:1px solid #b8b8ae;
}
#content-head input.formfield li a {
	text-decoration:none;
}

/* content-main index and show pages
-------------------------------------------*/
#cat-menu {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/cats-div-back.png);
	background-position:top left;
	background-repeat:repeat-x;
	overflow:visible;
}
ul.cat-menu {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/cats-div-border.png);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:visible;
}
#cat-menu ul.cat-menu li {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/cats-menu-divider.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	list-style-type:none;
}
body.specials #cat-menu {
	background-image:url(http://www.intralinea.org/images/imgs/decorative/specs-menu-back.png);
}
body.specials ul.cat-menu {
	background-image:url(http://www.intralinea.org/images/imgs/decorative/specs-div-border.png);
}
body.volumes #cat-menu {
	background-image:url(http://www.intralinea.org/images/imgs/decorative/vols-menu-back.png);
}
body.volumes ul.cat-menu {
	background-image:url(http://www.intralinea.org/images/imgs/decorative/vols-div-border.png);
}
/*ul.cat-menu li:last-child {
	background-image:none;
}*/
ul.cat-menu li a {
	font-size:14px;
	text-align:left;
	color:#999991;
	text-decoration:none;
}
ul.cat-menu li a:hover {
	color:#000;
/*	background-image:url(http://www.intralinea.org/images/imgs/decorative/cats-menu-active-back.png);
	background-position:top right;
	background-repeat:repeat-y;*/
}
ul.cat-menu li a#active {
	color:#000;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/cats-menu-active-back.png);
	background-position:top right;
	background-repeat:repeat-y;
}
/*ul#cat-menu-specials.cat-menu li a {
	letter-spacing:normal;
}*/

.colitem, .colitem-cats {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/item-divider.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.colitem.noborder, .colitem-cats.noborder {
	background-color:transparent;
	background-image:none;
}
#author-info {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/item-divider.png);
	background-position:top left;
	background-repeat:repeat-x;
}
#entry-details {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/item-divider.png);
	background-position:top left;
	background-repeat:repeat-x;
}

#entry-details.top {
	background-color:transparent;
	background-image:url(http://www.intralinea.org/images/imgs/decorative/item-divider.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}

/* buttons
-------------------------------------------*/

#content-head input.button, #slickbox ul li.button {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color:#000;
	font-size:1.12em;
}
#account-menu #status, #account-menu ul li a, #slickbox ul li a {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:1.2em;
	color:#222;
	text-shadow:inset 0 0.5px 0 #fff;
	text-decoration:none;
}
#account-menu ul li a:hover, #slickbox ul li a:hover {
	color:#777;
	text-shadow:inset 0 0.5px 0 #fff;
}
#prev-next ul li a {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size:12px;
	color:#222;
	text-shadow:inset 0 0.5px 0 #fff;
	letter-spacing:normal;
	text-decoration:none;
	border-bottom-width:0;
	border-bottom-style:none
}
#prev-next ul li a:hover {
	color:#777;
	text-shadow:inset 0 0.5px 0 #fff;
	border-bottom-width:0;
	border-bottom-style:none
}
#prev-next ul li {
	border-right:1px solid #b8b8ae;
}
#prev-next ul li:last-child {
	border-right:none;
}
#prev-next ul, #content-head input.button, #slickbox ul li.button, #account-menu #links-logged-in, #account-menu #links-logged-out {
	background-image:url(http://www.intralinea.org/images/imgs/decorative/shading-buttons.png);
	background-position:bottom left;
	background-repeat:repeat-x;
}
#pagination {
	background-image:url(http://www.intralinea.org/images/imgs/decorative/shading-upwards.png);
	background-position:center left;
	background-repeat:repeat-x;
}
#prev-next ul, #content-head input.button, #slickbox ul li.button, #account-menu #links-logged-in, #account-menu #links-logged-out, #pagination {
	overflow:hidden;
	border:1px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/* light version 
	border-color:#C9C9C9;
	border-bottom-color:#aaa;
	-moz-box-shadow:inset 0 0 1px #fff;
	-ms-box-shadow:inset 0 0 1px #fff;
	-webkit-box-shadow:inset 0 0 1px #fff;
	box-shadow:inset 0 0 1px #fff */
	border-color:#aaa;
	border-bottom-color:#999;
	-moz-box-shadow:inset 0 0 1px #eee;
	-ms-box-shadow:inset 0 0 1px #eee;
	-webkit-box-shadow:inset 0 0 1px #eee;
	box-shadow:inset 0 0 1px #eee;
}
#prev-next ul:hover, #content-head input.button:hover, #slickbox ul li.button:hover, #account-menu #links-logged-in:hover, #account-menu #links-logged-out:hover {
	border:1px solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	/* light version
	border-color:#999;
	border-bottom-color:#777;
	-moz-box-shadow:inset 0 0 1px #eee;
	-ms-box-shadow:inset 0 0 1px #eee;
	-webkit-box-shadow:inset 0 0 1px #eee;
	box-shadow:inset 0 0 1px #eee; */
	border-color:#888;
	border-bottom-color:#666;
	-moz-box-shadow:inset 0 0 1px #bbb;
	-ms-box-shadow:inset 0 0 1px #bbb;
	-webkit-box-shadow:inset 0 0 1px #bbb;
	box-shadow:inset 0 0 1px #bbb;
}

/*  translation pages
-------------------------------------------*/

table#facing {
	width:800px;
}
table#facing td.td-left {
	width:399px;
	border-right:1px solid #666;
	padding:0px 14px 0px 0px;
}
table#facing td.td-right {
	width:400px;
	padding:0px 0px 0px 14px;
}
table#facing td p {
	font-size:11px;
	margin:0px 0px 6px 0px;
}

/*  news pages
-------------------------------------------*/

.summary p {
	margin:10px 0;
}

/*  Footer 
-------------------------------------------*/

#footer-copyright, #footer-menu {
	font-size:13px;
	color:#000;
}
#footer-menu a {
	font-size:13px;
	color:#000;
	text-decoration:none;
}
#footer-menu a:hover {
	color:#eee;
}

/* Customize
-------------------------------------------*/
ol.list-lower-alpha {
	list-style-type:lower-alpha !important;
}
#wrapper #content #content-main ul li ul.list-circle {list-style-type: circle!important;}
#wrapper #content #content-main ul li ul.list-square {list-style-type: square!important;}

p.rtl  {
	direction:rtl!important;
	text-align:right!important;
}

/* Square brackets with an I
-------------------------------------------*/
span.fade {
	color:#f4f4f4!important;;
	font-size:3px;
}
	
</pre></body></html>