<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * -- ---------------------------------------------------------------------- --
 * Author   : abass alamnehe
 * Subject  : CSS style file
 * Date     : 03/19/2004
 * -- ---------------------------------------------------------------------- --
 */

body { font-family: serif ; 
   background: rgb(254, 255, 241) ; 
   margin: 0 ;
}
table.ethiopic { border-top: 3px solid  rgb(153, 134, 117) ;
   border-right: 3px solid  rgb(153, 134, 117) ;
   border-bottom: 3px solid  rgb(153, 134, 117) ;
   border-left: 1px solid  rgb(153, 134, 117) ;
   border-collapse: collapse ;
}
table.header { border-bottom: 1px solid rgb(125, 154, 132) ;
   background-color: rgb(212, 215, 203) ;
   border-collapse: collapse ; 
}

td { border: 1px solid  rgb(153, 134, 117) ; 
   padding-left: 30px ;
   padding-right: 30px ;
   font-size: 13pt ;
   color: rgb(153, 134, 117) ;
}
p { color: rgb(153, 134, 117) ;
   font-size: 13px ;
   line-height: 140% ;
   text-align: justify ;
}
h1 { font-family: serif ;
   font-size: 36ptx ;
   color: rgb(153, 134, 117) ;
}
</pre></body></html>