home *** CD-ROM | disk | FTP | other *** search
/ 74.208.221.89 / 74.208.221.89.zip / 74.208.221.89 / manage / ncss.css < prev    next >
Cascading Style Sheet File  |  2015-03-07  |  341b  |  20 lines

  1. @charset "utf-8";
  2. .text1 {
  3.     font-family: Calibri;
  4.     font-size: 15px;
  5.     font-weight: normal;
  6.     color: #333;
  7.     text-decoration: none;
  8. }
  9. .button1 {
  10.     font-family: Calibri;
  11.     font-size: 14px;
  12.     font-weight: bold;
  13.     color: #FFF;
  14.     text-decoration: none;
  15.     background-color: #333;
  16.     padding: 3px;
  17.     height: 28px;
  18.     border: 1px solid #333;
  19. }
  20.