<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------------------------------------------------------------------------- */
/* Author    : abass alamnehe for Senamirmir Project                         */
/* File name : style.css                                                     */
/* Date      : 09/09/2003                                                    */
/* ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- */
/* redefine links related  properties                                        */
/* ------------------------------------------------------------------------- */

:link    { color: rgb(91,55,20); font-family: verdana, sans-serif; font-size: 13px }
:visited { color: rgb(204,204,204) ; font-family: verdana, sans-serif; font-size: 13px }
:active  { color: rgb(255, 0, 102) ; font-family: verdana, sans-serif; font-size: 13px}
:hover   { color: rgb(255,249,157) ; } 


/* ------------------------------------------------------------------------- */
/* modify text related  properties                                           */
/* ------------------------------------------------------------------------- */
body     { background-color: rgb(255, 255, 255); font-size: 14px;  font-family: verdana, sans-serif } 
h1,h2    { color: rgb(203,185,156);  font-family: verdana, sans-serif }
h3       { color: rgb(91,55,20);    font-size: 14px; line-height: 18px;  font-family: Arial, verdana, sans-serif }
/* b        { color: rgb(204,204,255); font-family: verdana, sans-serif; font-style: italic; font-size: 13px}  */
em       { font-weight: bold; font-style: normal; }
i        { color: rgb(255,255,204); font-family: verdana, sans-serif; font-size: 12px}
ol, ul   { color: rgb(255,255,204); font-size:  12px;  font-family: verdana, sans-serif }
li       { color: rgb(255,255,204); text-align: justify; font-size: 12px; line-height: 20px;}
p        { color: rgb(255,255,204); text-align: justify; font-size: 12px; line-height: 17px;  font-family: Arial, verdana, sans-serif }
td       { font-size: 12px; line-height: 125%; }


/* ------------------------------------------------------------------------- */
/* define new objects for borders                                            */
/* ------------------------------------------------------------------------- */
.leftBorder  {	border-left-width:   1px; 	border-right-width:  0px;
        			border-top-width:    0px;  border-bottom-width: 0px;
        			border-style: solid; color: rgb(255,255,204); }
.rightBorder { border-left-width:   0px;  border-right-width:  1px;
              	border-top-width:    0px;	border-bottom-width: 0px;
        			border-style: solid; color: rgb(255,255,204);  }
.topBorder   { border-left-width:   0px; 	border-right-width:  0px;
        			border-top-width:    1px;  border-bottom-width: 0px;
        			border-style: solid; color: rgb(255,255,204);  }
.bottomBorder{ border-left-width:   0px;  border-right-width:  0px;
        			border-top-width:    0px;  border-bottom-width: 1px;
        			border-style: solid; color: rgb(255,255,204);  }
.topBottomBorder { border-left-width:   0px; 	border-right-width:  0px;
        			border-top-width:    1px;  border-bottom-width: 1px;
        			border-style: solid; color: rgb(255,255,204);  }
.frame	   {  border-width: 1px; border-style: solid; border-color: rgb(204, 204, 153) ; padding: 10px 10px 10px 10px; }

.hrule	   {  border-top-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-right-width:  0px;
               border-style: solid; 
               border-color: rgb(204, 204, 153);
               width: 650px;}

/* ------------------------------------------------------------------------- */
/* define new objects for texts                                              */
/* ------------------------------------------------------------------------- */
.question	{  color: rgb(51,0,0);  font-family: Arial, verdana, sans-serif;  font-size: 12px; text-align: justify; font-weight: bold; line-height: 17px;} 
.answer		{  color: rgb(255,255,204);  font-family: Arial, verdana, sans-serif;  font-size: 12px; text-align: justify; line-height: 17px;}
</pre></body></html>