home *** CD-ROM | disk | FTP | other *** search
/ Minami 4 / MINAMI2_04.iso / Webs / home.netvigator.com / ~felixkm / stylesheet / default.css
Cascading Style Sheet File  |  2000-03-07  |  3KB  |  92 lines

  1. BODY                {
  2.                     background-color: #FFFFFF;
  3.                     color:            #000000;
  4.                     font-family:      Arial;
  5.                     font-weight:      normal;
  6.                     font-size:        16px;
  7.                     text-decoration : none;
  8.                     }
  9.  
  10. A:link              {
  11.                     color:            #666666;
  12.                     cursor:           hand;
  13.                     font-weight:      bold;
  14.                     cursor:           hand;
  15.                     text-decoration:  underline;
  16.                     }
  17.  
  18. A:visited           {
  19.                     color:            #888888;
  20.                     font-weight:      bold;
  21.                     cursor:           hand;
  22.                     text-decoration:  underline;
  23.                     }
  24.  
  25. A:hover             {
  26.                     background-color: #DDDDDD;
  27.                     color:            #008888;
  28.                     font-weight:      bold;
  29.                     cursor:           hand;
  30.                     text-decoration:  underline;
  31.                     }
  32.  
  33. TABLE               {
  34.                     color:            #000000;
  35.                     font-family:      Arial;
  36.                     font-weight:      normal;
  37.                     font-size:        16px;
  38.                     text-decoration : none;
  39.                     }
  40.  
  41. UL                  {
  42.                     color:            #000000;
  43.                     font-family:      Arial;
  44.                     font-weight:      normal;
  45.                     font-size:        16px;
  46.                     text-decoration : none;
  47.                     }
  48.  
  49. HR                  {
  50.                     color:            #008888;
  51.                     }
  52.  
  53. H1                  {
  54.                     background-color: #FFFFFF;
  55.                     color:            #008888;
  56.                     font-family:      Arial;
  57.                     font-weight:      bolder;
  58.                     font-size:        26px;
  59.                     text-decoration : none;
  60.                     }
  61.  
  62. H2                  {
  63.                     background-color: #FFFFFF;
  64.                     color:            #008888;
  65.                     font-family:      Arial;
  66.                     font-weight:      bolder;
  67.                     font-size:        22px;
  68.                     text-decoration : none;
  69.                     }
  70.  
  71. H3                  {
  72.                     background-color: #FFFFFF;
  73.                     color:            #008888;
  74.                     font-family:      Arial;
  75.                     font-weight:      bolder;
  76.                     font-size:        20px;
  77.                     text-decoration : none;
  78.                     }
  79.  
  80. .blur                {
  81.                     color:            #AAAAAA;
  82.                     }
  83.  
  84.  
  85. .footer             {
  86.                     color:            #000000;
  87.                     font-family:      Arial;
  88.                     font-weight:      normal;
  89.                     font-size:        12px;
  90.                     text-decoration : none;
  91.                     }
  92.