body  {
       background-color: ffffc0;
       background-image: url(image2/limon.gif);
      }




.tablef { 
             BORDER-RIGHT: #666666 1pt solid; 
             BORDER-TOP: #666666 1pt solid;
             BORDER-LEFT: #666666 1pt solid;
             BORDER-BOTTOM: #666666 1pt solid;
             background-color: c0ffff;
            }

a.red:hover {
             color: red;
            }

a.href, a.href:visited
 { color: blue;
 }

a.href:hover
 { color: red;
 }


.text    {
          font-style: normal;
          font-size: 105%;
          text-indent: 14pt;
          font-weight: 500;
          text-align: justify;
          font-family: Times New Roman;
         }

p.center
 { font-style: normal;
   font-size: 15pt;
   text-indent: 23px;
   font-weight: 500;
   text-align: center;
   font-family: Times New Roman;
   color: 0000a0;
 }


.title
 { font-style: normal;
   font-size: 17pt;
   text-indent: 23px;
   font-weight: 500;
   text-align: center;
   font-family: Times New Roman;
   color: red;
 } 


ul#navlist {
             margin-left: 0;
             padding-left: 0;
             white-space:nowrap;
           } 
#navlist li {
              display: inline;
              list-style-type: none;
            } 
#navlist a { 
              padding: 3px 10px;
           }
#navlist a:link, #navlist a:visited {
                color: white;
                background-color: ff6000;
                text-decoration: none;
             }
#navlist a:hover {
                color: red;
                background-color: ffff00;
                text-decoration: none;
                 }