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


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

:link { color: #FFFFCC; 
   font-family: 'Palatino Linotype', verdana, sans-serif; 
   font-size: 13px;
}
:visited { color: #CCFF66; /*#CCCCFF; */
   font-family: 'Palatino Linotype', verdana, sans-serif; 
   font-size: 13px;
}
:hover { color: #000000  ; 
} 


/* ------------------------------------------------------------------------- */
/* modify text related  properties                                           */
/* ------------------------------------------------------------------------- */
body { 
   background-image: url(".././images/bg_image.jpg") ;
   color: #FFFFFF;
   font-family: 'Palatino Linotype', verdana, sans-serif; 
} 
h1, h2, h3, h4, h5 { color: #F2E2C9; 
   font-family: verdana, sans-serif; 
}
b { 
   font-family: verdana, sans-serif;   
   font-size: 13px;
} 
em { font-weight: bold; 
   font-style: normal; 
}
i { color: rgb(255,255,255); 
   font-family: 'Palatino Linotype', verdana, sans-serif; 
   font-size: 13px;
}
ol, ul { color: rgb(255,255,255); 
   font-size:  13px;  
   font-family: verdana, Arial, sans-serif;
   list-style: square;
   line-height: 150%;
}
li { color: rgb(255,255,255); 
   /* text-align: justify;  */
   font-size: 13px; 
}
p { color: rgb(255,255,255); 
   text-align: justify; 
   font-size: 13px; 
   font-family: 'Palatino Linotype', verdana, Arial, sans-serif;
}
td { 
   font-family: 'Palatino Linotype', verdana, Arial, sans-serif;
}


/* ------------------------------------------------------------------------- */
/* define new objects for texts                                              */
/* ------------------------------------------------------------------------- */
.question {  color: #000000;     
   background-color: #D4C6B2; /* #EEECF6; */
   font-family: 'Palatino Linotype', verdana, Arial, sans-serif;  
   font-size: 13px; 
   text-align: justify; 
   padding: 5px;
} 
.answer	{  color: #FFFFFF;
   font-family: 'Palatino Linotype', verdana, Arial, sans-serif;  
   font-size: 13px; 
   text-align: justify; 
}

/* ------------------------------------------------------------------------- */
/* 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;
}
.rightBorder {border-left-width:   0px;  
   border-right-width:  1px;
   border-top-width:    0px;	
   border-bottom-width: 0px;
   border-style: solid;   
}
.topBorder   {border-left-width:   0px; 	
   border-right-width:  0px;
   border-top-width:    1px;  
   border-bottom-width: 0px;
   border-style: solid; 
   border-color: rgb(204, 204, 153);     
}
.bottomBorder{border-left-width:   0px;  
   border-right-width:  0px;
   border-top-width:    0px;  
   border-bottom-width: 1px;
   border-style: solid;   
   border-color: rgb(204, 204, 153);
}
.topBottomBorder {border-left-width:   0px; 	
   border-right-width:  0px;
   border-top-width:    1px;  
   border-bottom-width: 1px;
   border-style: solid;  
   border-color: rgb(204, 204, 153);
}
.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;
}
</pre></body></html>