home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / STILI.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-01-28  |  1.6 KB  |  94 lines

  1. A:link  {
  2.     font-family : Tahoma,Verdana,Arial;
  3.     color : white;
  4.     font-size : 10pt;
  5.     text-decoration : none;
  6. }
  7.  
  8. A:visited  {
  9.     color : green;
  10.     font-size : 10pt;
  11. }
  12.  
  13. A:hover  {
  14.     color : red;
  15.     font-size : 10pt;
  16.     font-weight : bold;
  17. }
  18.  
  19. .10B-RED  {
  20.     font-family : Tahoma, Verdana, Arial;
  21.     font-size : 10pt;
  22.     font-style : normal;
  23.     font-weight : bold;
  24.     font-variant : normal;
  25.     color : #FF0000;
  26.     text-align : left;
  27. }
  28.  
  29. .14B-RED  {
  30.     font-family : Tahoma, Verdana, Arial;
  31.     font-size : 14pt;
  32.     font-style : normal;
  33.     font-weight : bold;
  34.     font-variant : normal;
  35.     color : #FF0000;
  36.     text-align : left;
  37.     margin-top : 15;
  38. }
  39.  
  40. .12B-RED  {
  41.     font-family : Tahoma, Verdana, Arial;
  42.     font-size : 12pt;
  43.     font-style : normal;
  44.     font-weight : bold;
  45.     font-variant : normal;
  46.     color : #FF0000;
  47.     text-align : left;
  48. }
  49.  
  50. .Bold  {
  51.     font-family : Tahoma, Verdana, Arial;
  52.     font-size : 10pt;
  53.     font-style : normal;
  54.     font-weight : bold;
  55.     font-variant : normal;
  56.     color : #000000;
  57.     text-align : left;
  58. }
  59.  
  60. .normal  {
  61.     font-family : Tahoma, Verdana, Arial;
  62.     font-size : 10pt;
  63.     font-style : normal;
  64.     font-weight : normal;
  65.     font-variant : normal;
  66.     text-align : justify;
  67.     color : #000000;
  68. }
  69.  
  70. .trial  {
  71.     font-family : tahoma;
  72.     font-size : 9pt;
  73.     font-weight : bold;
  74.     color : #FF0000;
  75.     background-color : #FFFF00;
  76. }
  77.  
  78. .normal8  {
  79.     font-family : Tahoma,verdana,arial;
  80.     font-size : 8pt;
  81.     font-style : normal;
  82.     font-weight : normal;
  83.     font-variant : normal;
  84.     text-align : justify;
  85.     color : #000000;
  86. }
  87.  
  88. P  {
  89.     margin-top : 0;
  90.     margin-bottom : 0;
  91.     padding-top : 8;
  92. }
  93.  
  94.