home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 1999 June / magazyn_www_no26_06_1999.iso / poland / ICQ / style.css < prev    next >
Cascading Style Sheet File  |  1999-05-04  |  872b  |  59 lines

  1. <HTML>
  2. <STYLE TYPE="text/css">
  3. <!--
  4. BODY  {
  5.     background-color : #ffffdd;
  6. }
  7.  
  8. A  {
  9.     font-size : 10pt;
  10.     font-family : Verdana, Arial, Tahoma;
  11.     font-weight : bold;
  12.     text-decoration : none;
  13.     color : #ffcc00;
  14. }
  15.  
  16. A:VISITED  {
  17.     font-size : 10pt;
  18.     font-family : Verdana, Arial, Tahoma;
  19.     font-weight : bold;
  20.     text-decoration : none;
  21.     color : #00ced1;
  22. }
  23.  
  24. TABLE  {
  25.     background-color : #424263;
  26. }
  27.  
  28. TH  {
  29.     font-size : 10pt;
  30.     font-family : Verdana, Arial, Tahoma;
  31.     font-weight : bold;
  32.     color : #ffffdd;
  33. }
  34.  
  35. TD  {
  36.     font-size : 10pt;
  37.     font-family : Verdana, Arial, Tahoma;
  38.     color : White;
  39. }
  40.  
  41. DL  {
  42.     font-size : 10pt;
  43.     font-family : Verdana, Arial, Tahoma;
  44.     color : white;
  45. }
  46.  
  47. DT  {
  48.     font-size : 10pt;
  49.     font-family : Verdana, Arial, Tahoma;
  50.     font-weight : bold;
  51.     color : #87cefa;
  52. }
  53.  
  54. .SMALL  {
  55.     font-size : 11px;
  56. }
  57. -->
  58. </STYLE>
  59. </HTML>