home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 March / PCWorld_2000-03_cd.bin / Novinky / Formcz / magicware / aip.css next >
Cascading Style Sheet File  |  2000-01-05  |  701b  |  40 lines

  1. body  {
  2.     font-family : Arial, Helvetica, sans-serif;
  3.     font-size : 9pt;
  4.     color : #482000;
  5.     text-decoration : none;
  6. }
  7.  
  8. td  {
  9.     font-family : Arial, Helvetica, sans-serif;
  10.     font-size : 9pt;
  11.     color : #482000;
  12.     text-decoration : none;
  13. }
  14.  
  15. a  {
  16.     font-family : Arial, Helvetica, sans-serif;
  17.     font-size : 9pt;
  18.     color : #482000;
  19.     text-decoration : none;
  20.     cursor : hand;
  21. }
  22.  
  23. a:hover  {
  24.     font-family : Arial, Helvetica, sans-serif;
  25.     font-size : 9pt;
  26.     color : blue;
  27.     text-decoration : none;
  28.     background-color : #F5EDE5;
  29.     cursor : hand;
  30. }
  31.  
  32. a:visited  {
  33.     font-family : Arial, Helvetica, sans-serif;
  34.     font-size : 9pt;
  35.     color : #482000;
  36.     text-decoration : none;
  37.     cursor : hand;
  38. }
  39.  
  40.