home *** CD-ROM | disk | FTP | other *** search
/ PCMania 10 / Pcmania_Ep2_10_CD-01.iso / ow / OW4E32J.EXE / MAILSTYLE.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-06-06  |  1002 b   |  74 lines

  1. BODY {
  2. /*    margin:    0px;  */
  3. }
  4.  
  5. TD {
  6.     align: left;
  7.     vertical-align: top;
  8. }
  9.  
  10. TABLE.BACKGROUND {
  11.     width: 100%;
  12. }
  13.  
  14. TABLE.HEADER {
  15.     background-color: #CCCCCC;
  16.     border: none 0px;
  17. }
  18.  
  19. TBODY.HEADER {
  20.     border: none 0px;
  21. }
  22.  
  23. TABLE.ATTACHMENT {
  24.     background-color: #CCCCCC;
  25.     border: none 0px;
  26. }
  27.  
  28. TBODY.ATTACHMENT {
  29.     border: none 0px;
  30. }
  31.  
  32. SPAN.HEADER {
  33.     font-family: Tahoma, Verdana, Arial, Times;
  34.     font-size: 9pt;
  35.     font-weight: bold;
  36.     color: black;
  37. }
  38.     
  39. SPAN.ATTACHMENT {
  40.     font-family: Tahoma, Verdana, Arial, Times;
  41.     font-size: 9pt;
  42.     font-weight: normal;
  43.     color: black;
  44. }
  45.  
  46. SPAN.HEADERDATA {
  47.     font-family: Tahoma, Verdana, Arial, Times;
  48.     font-size: 9pt;
  49.     font-weight: normal;
  50.     color: black;
  51. }
  52.  
  53. PRE.BODY {
  54.     font-family: Courier New;
  55.     font-size: 9pt;
  56.     font-weight: normal;
  57.     color: black;
  58.     white-space: -pre-wrap;
  59. }
  60.  
  61. A.ATTACHMENT:hover {
  62. }
  63.  
  64. A:link {
  65.     text-decoration: none;
  66. }
  67.  
  68. A:visited {
  69.     text-decoration: none;
  70. }
  71.  
  72. A:hover {
  73.     background: #FFFFCC;
  74. }