home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / tema / epass / Css / StylBottom.css < prev   
Cascading Style Sheet File  |  2002-04-19  |  831b  |  40 lines

  1. <STYLE TYPE="text/css">   
  2.    <!--
  3.    body  {
  4.        font-family : Verdana, Arial, Sans-serif;
  5.        font-size : 12px;
  6.     color : #000099;
  7.             text-decoration : none;
  8.             text-align : left;
  9.             background : #3300CC;
  10.    }
  11.  
  12.    a:link  {
  13.        font-family : Verdana, Arial, Sans-serif;
  14.        font-size : 12px;
  15.        color : #FFFFFF;
  16.        text-decoration : underline;
  17.    }
  18.    
  19.    a:visited  {
  20.        font-family : Verdana, Arial, Sans-serif;
  21.        font-size : 12px;
  22.        color : #FFFFFF;
  23.        text-decoration : underline;
  24.    }
  25.    
  26.    A:hover  {
  27.        color : #FF9966;
  28.             text-decoration : underline;
  29.    }
  30.    
  31.    td.bottom  {
  32.             font-family : Verdana, Arial, Sans-serif;   
  33.        font-size : 12px;
  34.     font-weight : bold;
  35.        color : #FFFFFF;
  36.     background-color : #3300CC;
  37.    }  
  38.  
  39.    -->
  40.    </STYLE>