home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2003 August / PCWELT_8_2003.ISO / pcwhtml / css / detail.css next >
Encoding:
Cascading Style Sheet File  |  2002-04-16  |  622 b   |  57 lines

  1. .infotable
  2. {
  3.     color: white;
  4.     font-weight: bold;
  5.     FONT-FAMILY: Verdana;
  6.     FONT-SIZE: 11px;
  7. }
  8.  
  9. .abstract
  10. {
  11.     COLOR: #AA0000;
  12.     FONT-FAMILY: Verdana;
  13.     FONT-SIZE: 13px;
  14.     FONT-WEIGHT: bold;
  15. }
  16.  
  17. .txtmain, p
  18. {
  19.     color: Black;
  20.     font-family: tahoma;
  21.     font-size: 11px;
  22. }
  23.  
  24. .whitelink
  25. {
  26.     color: white;
  27.     font-family: tahoma;
  28.     font-size: 11px;
  29. }
  30.  
  31. a
  32. {
  33.     color:black;
  34.     font-weight: bold;
  35.     font-size: 11px;
  36. }
  37.  
  38. a:hover
  39. {
  40.     text-decoration: undline;
  41.     color: #AA0000;
  42. }
  43.  
  44. a#nounderline
  45. {
  46.     text-decoration: none;
  47. }
  48.  
  49. a#white
  50. {
  51.     color: White;
  52. }
  53. BODY, TD
  54. {
  55.     FONT-SIZE: 16px;
  56. }
  57.