home *** CD-ROM | disk | FTP | other *** search
/ ifirobotics.com / www.ifirobotics.com.tar / www.ifirobotics.com / app / print.css < prev    next >
Cascading Style Sheet File  |  2007-12-18  |  1KB  |  108 lines

  1. body    {
  2.     font-family: Arial; 
  3.     font-size: 10pt; 
  4.     margin: 10px;
  5. }
  6.  
  7. a:link {
  8.     color: #0000FF;
  9.     font-weight:bold;
  10.     text-decoration: none;
  11. }
  12.  
  13. a:visited {
  14.     color: #0000FF;
  15.     font-weight:bold;
  16.     text-decoration: none;
  17. }
  18.  
  19. p { 
  20.     margin-top: 0; 
  21.     margin-bottom: 0;     
  22.  
  23. h1    {
  24.     font-size: 14pt;
  25.     font-weight:bold;
  26.     margin-top: 3;
  27.     margin-bottom: 4;  
  28.     text-align: center;
  29.     color:#000080;
  30. }
  31.  
  32. h2    {
  33.     font-size: 11pt;
  34.     font-weight:bold;
  35.     margin-top: 2;
  36.     margin-left: 2;
  37.     margin-bottom: 2;
  38.     color:#000080; 
  39. }
  40.  
  41. h3    {
  42.     font-size: 11pt;
  43.     font-weight:bold;
  44.     margin-top: 2;
  45.     margin-left: 2;
  46.     margin-bottom: 2;  
  47.     color:#000080; 
  48. }
  49.  
  50. h4    {
  51.     font-size: 11pt;
  52.     font-weight:bold;
  53.     margin-top: 2;
  54.     margin-left: 2;
  55.     margin-bottom: 2;  
  56.     color:#000080; 
  57. }
  58.  
  59. h5    {
  60.     font-size: 11pt;
  61.     font-weight:bold;
  62.     margin-top: 2;
  63.     margin-left: 2;
  64.     margin-bottom: 2;  
  65.     color:#000080; 
  66. }
  67.  
  68. table    { 
  69.     text-align: left; 
  70.     vertical-align: text-top;
  71.     width: 750;
  72.     bordercolorlight: #C0C0C0;
  73.     bordercolordark: #999999;
  74.     border-collapse: collapse;
  75. }
  76.  
  77. table.info    {
  78.     font-size: 11pt;
  79. }
  80.  
  81. table.photo    {
  82.     font-size: 9pt;
  83.     text-align:center;
  84. }
  85.  
  86. table.photos    {
  87.     font-size: 9pt;
  88.     text-align:center;
  89. }
  90.  
  91. table.hotproducts    {
  92.     font-size: 10pt;
  93.     text-align:justify;
  94. }
  95.  
  96. table.productphotos    {
  97.     font-size: 10pt;
  98.     text-align:center;
  99. }
  100.  
  101. table.buynow    {
  102.     font-size: 10pt;
  103. }
  104.  
  105. table.tech    {
  106.     font-size: 10pt;
  107. }