home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Forrest / js / fg.css < prev    next >
Cascading Style Sheet File  |  1999-12-11  |  812b  |  63 lines

  1. a:hover { color:red; text-decoration: underline; }
  2. a { text-decoration : none; color : gray; }
  3. #text  {
  4.      font-size : 12px;
  5.      font-family : arial;
  6.      color : black;
  7. }
  8.  
  9. #text2  {
  10.      font-size : 12px;
  11.      font-family : arial;
  12.      color : gray;
  13. }
  14.  
  15. #head  {
  16.      font-size : 15px;
  17.      font-family : arial;
  18.      color : gray;
  19.     font-weight: bold;
  20. }
  21.  
  22. #head2  {
  23.      font-size : 14px;
  24.      font-family : arial;
  25.      color : black;
  26. }
  27.  
  28. #fglinks  {
  29.      font-size : 11px;
  30.      font-family : arial;
  31.      color : black;
  32. }
  33. #link {
  34.     text-decoration:none;
  35.     color : black;
  36. }
  37. #link2 {
  38.     font-size : 11px;
  39.     
  40.     font-family : arial;
  41.     
  42. }
  43. #link3 {
  44.     text-decoration:none;
  45. }
  46. #link4 {
  47.     font-size : 12px;
  48.     
  49.     font-family : arial;
  50.     
  51. }
  52. #link5 {
  53.     font-size : 12px;
  54.     font-family : arial;
  55.     color : gray;
  56. }
  57. #backg {
  58.     position: absolute;
  59.     
  60. }
  61. #divtext {
  62.     position: absolute;
  63. }