home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 January / PCWELT_1_2004.ISO / pcwhtml / css / specials.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-04-16  |  804 b   |  68 lines

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