home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2000 September / PCpro_2000_09_CD2.ISO / tipps / HelpToolDt / stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-02-11  |  34.2 KB  |  1,354 lines

  1. .bodytext 
  2. {display: block;
  3.     font-family: "Arial";
  4.     font-size: 8pt;
  5.     color: #000000;
  6.     background-color: ##FFFFFF;
  7.     background-image:  ;
  8.     background-repeat: (none);
  9.     background-scroll: Scroll;
  10.     background-position: 0% 0%;
  11.     margin-top: 6pt;
  12.     margin-bottom: 6pt;
  13.     margin-left: 0cm;
  14.     margin-right: 0cm;
  15.     padding-top: 0pt;
  16.     padding-bottom: 0pt;
  17.     padding-left: 0pt;
  18.     padding-right: 0pt;
  19.     border-top-width: medium;
  20.     border-bottom-width: medium;
  21.     border-left-width: medium;
  22.     border-right-width: medium;
  23.     border-top-color: #0;
  24.     border-bottom-color: #0;
  25.     border-left-color: #0;
  26.     border-right-color: #0;
  27.     text-align: Left;
  28.     text-indent: 0cm;
  29. }
  30. A:link { color: blue; text-decoration: underline}
  31. A:visited { color: red; text-decoration: underline }
  32. A:active { color: lime; text-decoration: underline }
  33. .bodytextright 
  34. {display: block;
  35.     font-family: "Arial";
  36.     font-size: 8pt;
  37.     color: #000000;
  38.     background-color: ##FFFFFF;
  39.     background-image:  ;
  40.     background-repeat: (none);
  41.     background-scroll: Scroll;
  42.     background-position: 0% 0%;
  43.     margin-top: 0cm;
  44.     margin-bottom: 0cm;
  45.     margin-left: 0cm;
  46.     margin-right: 0cm;
  47.     padding-top: 0pt;
  48.     padding-bottom: 0pt;
  49.     padding-left: 0pt;
  50.     padding-right: 0pt;
  51.     border-top-width: medium;
  52.     border-bottom-width: medium;
  53.     border-left-width: medium;
  54.     border-right-width: medium;
  55.     border-top-color: #0;
  56.     border-bottom-color: #0;
  57.     border-left-color: #0;
  58.     border-right-color: #0;
  59.     text-align: Right;
  60.     text-indent: 0cm;
  61. }
  62. A:link { color: blue; text-decoration: underline}
  63. A:visited { color: red; text-decoration: underline }
  64. A:active { color: lime; text-decoration: underline }
  65. .buttons 
  66. {display: inline;
  67.     font-weight: bold;
  68.     color: #000000;
  69.     background-color: ##FFFFFF;
  70.     margin-top: 0cm;
  71.     margin-bottom: 0cm;
  72.     margin-left: 0cm;
  73.     margin-right: 0cm;
  74.     padding-top: 0pt;
  75.     padding-bottom: 0pt;
  76.     padding-left: 0pt;
  77.     padding-right: 0pt;
  78.     border-top-width: medium;
  79.     border-bottom-width: medium;
  80.     border-left-width: medium;
  81.     border-right-width: medium;
  82.     border-top-color: #0;
  83.     border-bottom-color: #0;
  84.     border-left-color: #0;
  85.     border-right-color: #0;
  86.     vertical-align: baseline;
  87. }
  88. A:link { color: blue; text-decoration: underline}
  89. A:visited { color: red; text-decoration: underline }
  90. A:active { color: lime; text-decoration: underline }
  91. .code 
  92. {display: block;
  93.     font-family: "Courier New";
  94.     font-size: small;
  95.     color: #000000;
  96.     background-color: ##FFFFFF;
  97.     background-image:  ;
  98.     background-repeat: (none);
  99.     background-scroll: Scroll;
  100.     background-position: 0% 0%;
  101.     padding-top: 0pt;
  102.     padding-bottom: 0pt;
  103.     padding-left: 0pt;
  104.     padding-right: 0pt;
  105.     border-top-width: medium;
  106.     border-bottom-width: medium;
  107.     border-left-width: medium;
  108.     border-right-width: medium;
  109.     border-top-color: #0;
  110.     border-bottom-color: #0;
  111.     border-left-color: #0;
  112.     border-right-color: #0;
  113.     text-align: Left;
  114.     text-indent: 0cm;
  115. }
  116. A:link { color: blue; text-decoration: underline}
  117. A:visited { color: red; text-decoration: underline }
  118. A:active { color: lime; text-decoration: underline }
  119. .listnumber 
  120. {display: list-item;
  121.     list-style-type: Decimal;
  122.     list-position: outside;
  123.     font-family: "Arial";
  124.     font-size: 8pt;
  125.     color: #000000;
  126.     background-color: ##FFFFFF;
  127.     background-image:  ;
  128.     background-repeat: (none);
  129.     background-scroll: Scroll;
  130.     background-position: 0% 0%;
  131.     margin-top: 3pt;
  132.     margin-bottom: 3pt;
  133.     margin-left: 0.3cm;
  134.     margin-right: 0cm;
  135.     padding-top: 0pt;
  136.     padding-bottom: 0pt;
  137.     padding-left: 0pt;
  138.     padding-right: 0pt;
  139.     border-top-width: medium;
  140.     border-bottom-width: medium;
  141.     border-left-width: medium;
  142.     border-right-width: medium;
  143.     border-top-color: #0;
  144.     border-bottom-color: #0;
  145.     border-left-color: #0;
  146.     border-right-color: #0;
  147.     text-align: Left;
  148.     text-indent: 0cm;
  149. }
  150. A:link { color: blue; text-decoration: underline}
  151. A:visited { color: red; text-decoration: underline }
  152. A:active { color: lime; text-decoration: underline }
  153. .drawings 
  154. {font-family: "Arial";
  155.     font-size: 8pt;
  156.     color: #000000;
  157.     background-color: ##FFFFFF;
  158.     background-image:  ;
  159.     background-repeat: (none);
  160.     background-scroll: Scroll;
  161.     background-position: 0% 0%;
  162.     margin-top: 6pt;
  163.     margin-bottom: 6pt;
  164.     margin-left: 0cm;
  165.     margin-right: 0cm;
  166.     padding-top: 0pt;
  167.     padding-bottom: 0pt;
  168.     padding-left: 0pt;
  169.     padding-right: 0pt;
  170.     border-top-width: medium;
  171.     border-bottom-width: medium;
  172.     border-left-width: medium;
  173.     border-right-width: medium;
  174.     border-top-color: #0;
  175.     border-bottom-color: #0;
  176.     border-left-color: #0;
  177.     border-right-color: #0;
  178.     text-align: Left;
  179.     text-indent: 0cm;
  180. }
  181. A:link { color: blue; text-decoration: underline}
  182. A:visited { color: red; text-decoration: underline }
  183. A:active { color: lime; text-decoration: underline }
  184. .emphasis 
  185. {display: inline;
  186.     font-style: italics;
  187.     background-color: ##FFFFFF;
  188.     margin-top: 0cm;
  189.     margin-bottom: 0cm;
  190.     margin-left: 0cm;
  191.     margin-right: 0cm;
  192.     padding-top: 0pt;
  193.     padding-bottom: 0pt;
  194.     padding-left: 0pt;
  195.     padding-right: 0pt;
  196.     border-top-width: medium;
  197.     border-bottom-width: medium;
  198.     border-left-width: medium;
  199.     border-right-width: medium;
  200.     border-top-color: #0;
  201.     border-bottom-color: #0;
  202.     border-left-color: #0;
  203.     border-right-color: #0;
  204.     vertical-align: baseline;
  205. }
  206. A:link { color: blue; text-decoration: underline}
  207. A:visited { color: red; text-decoration: underline }
  208. A:active { color: lime; text-decoration: underline }
  209. .heading1 
  210. {display: block;
  211.     font-family: "Arial";
  212.     font-weight: bold;
  213.     font-size: 16pt;
  214.     color: #000000;
  215.     background-color: ##FFFFFF;
  216.     background-image:  ;
  217.     background-repeat: (none);
  218.     background-scroll: Scroll;
  219.     background-position: 0% 0%;
  220.     margin-top: 12pt;
  221.     margin-bottom: 3pt;
  222.     margin-left: 0cm;
  223.     margin-right: 0cm;
  224.     padding-top: 0pt;
  225.     padding-bottom: 0pt;
  226.     padding-left: 0pt;
  227.     padding-right: 0pt;
  228.     border-top-width: medium;
  229.     border-bottom-width: medium;
  230.     border-left-width: medium;
  231.     border-right-width: medium;
  232.     border-top-color: #0;
  233.     border-bottom-color: #0;
  234.     border-left-color: #0;
  235.     border-right-color: #0;
  236.     text-align: Left;
  237.     text-indent: 0cm;
  238. }
  239. A:link { color: blue; text-decoration: underline}
  240. A:visited { color: red; text-decoration: underline }
  241. A:active { color: lime; text-decoration: underline }
  242. .heading2 
  243. {display: block;
  244.     font-family: "Arial";
  245.     font-weight: bold;
  246.     font-size: 14pt;
  247.     color: #000000;
  248.     background-color: ##FFFFFF;
  249.     background-image:  ;
  250.     background-repeat: (none);
  251.     background-scroll: Scroll;
  252.     background-position: 0% 0%;
  253.     margin-top: 18pt;
  254.     margin-bottom: 3pt;
  255.     margin-left: 0cm;
  256.     margin-right: 0cm;
  257.     padding-top: 0pt;
  258.     padding-bottom: 0pt;
  259.     padding-left: 0pt;
  260.     padding-right: 0pt;
  261.     border-top-width: medium;
  262.     border-bottom-width: medium;
  263.     border-left-width: medium;
  264.     border-right-width: medium;
  265.     border-top-color: #0;
  266.     border-bottom-color: #0;
  267.     border-left-color: #0;
  268.     border-right-color: #0;
  269.     text-align: Left;
  270.     text-indent: 0cm;
  271. }
  272. A:link { color: blue; text-decoration: underline}
  273. A:visited { color: red; text-decoration: underline }
  274. A:active { color: lime; text-decoration: underline }
  275. .heading3 
  276. {display: block;
  277.     font-family: "Arial";
  278.     font-weight: bold;
  279.     font-size: 12pt;
  280.     color: #000000;
  281.     background-color: ##FFFFFF;
  282.     background-image:  ;
  283.     background-repeat: (none);
  284.     background-scroll: Scroll;
  285.     background-position: 0% 0%;
  286.     margin-top: 12pt;
  287.     margin-bottom: 3pt;
  288.     margin-left: 0cm;
  289.     margin-right: 0cm;
  290.     padding-top: 0pt;
  291.     padding-bottom: 0pt;
  292.     padding-left: 0pt;
  293.     padding-right: 0pt;
  294.     border-top-width: medium;
  295.     border-bottom-width: medium;
  296.     border-left-width: medium;
  297.     border-right-width: medium;
  298.     border-top-color: #0;
  299.     border-bottom-color: #0;
  300.     border-left-color: #0;
  301.     border-right-color: #0;
  302.     text-align: Left;
  303.     text-indent: 0cm;
  304. }
  305. A:link { color: blue; text-decoration: underline}
  306. A:visited { color: red; text-decoration: underline }
  307. A:active { color: lime; text-decoration: underline }
  308. .heading4 
  309. {display: block;
  310.     font-family: "Arial";
  311.     font-weight: bold;
  312.     font-size: 10pt;
  313.     color: #000000;
  314.     background-color: ##FFFFFF;
  315.     background-image:  ;
  316.     background-repeat: (none);
  317.     background-scroll: Scroll;
  318.     background-position: 0% 0%;
  319.     margin-top: 12pt;
  320.     margin-bottom: 3pt;
  321.     margin-left: 0cm;
  322.     margin-right: 0cm;
  323.     padding-top: 0pt;
  324.     padding-bottom: 0pt;
  325.     padding-left: 0pt;
  326.     padding-right: 0pt;
  327.     border-top-width: medium;
  328.     border-bottom-width: medium;
  329.     border-left-width: medium;
  330.     border-right-width: medium;
  331.     border-top-color: #0;
  332.     border-bottom-color: #0;
  333.     border-left-color: #0;
  334.     border-right-color: #0;
  335.     text-align: Left;
  336.     text-indent: 0cm;
  337. }
  338. A:link { color: blue; text-decoration: underline}
  339. A:visited { color: red; text-decoration: underline }
  340. A:active { color: lime; text-decoration: underline }
  341. .heading5 
  342. {display: block;
  343.     font-family: "Arial";
  344.     font-weight: bold;
  345.     font-size: 8pt;
  346.     color: #000000;
  347.     background-color: ##FFFFFF;
  348.     background-image:  ;
  349.     background-repeat: (none);
  350.     background-scroll: Scroll;
  351.     background-position: 0% 0%;
  352.     margin-top: 12pt;
  353.     margin-bottom: 3pt;
  354.     margin-left: 0cm;
  355.     margin-right: 0cm;
  356.     padding-top: 0pt;
  357.     padding-bottom: 0pt;
  358.     padding-left: 0pt;
  359.     padding-right: 0pt;
  360.     border-top-width: medium;
  361.     border-bottom-width: medium;
  362.     border-left-width: medium;
  363.     border-right-width: medium;
  364.     border-top-color: #0;
  365.     border-bottom-color: #0;
  366.     border-left-color: #0;
  367.     border-right-color: #0;
  368.     text-align: Left;
  369.     text-indent: 0cm;
  370. }
  371. A:link { color: blue; text-decoration: underline}
  372. A:visited { color: red; text-decoration: underline }
  373. A:active { color: lime; text-decoration: underline }
  374. .heading6 
  375. {display: block;
  376.     font-family: "Arial";
  377.     font-style: italics;
  378.     font-size: 8pt;
  379.     color: #000000;
  380.     background-color: ##FFFFFF;
  381.     background-image:  ;
  382.     background-repeat: (none);
  383.     background-scroll: Scroll;
  384.     background-position: 0% 0%;
  385.     margin-top: 6pt;
  386.     margin-bottom: 3pt;
  387.     margin-left: 0cm;
  388.     margin-right: 0cm;
  389.     padding-top: 0pt;
  390.     padding-bottom: 0pt;
  391.     padding-left: 0pt;
  392.     padding-right: 0pt;
  393.     border-top-width: medium;
  394.     border-bottom-width: medium;
  395.     border-left-width: medium;
  396.     border-right-width: medium;
  397.     border-top-color: #0;
  398.     border-bottom-color: #0;
  399.     border-left-color: #0;
  400.     border-right-color: #0;
  401.     text-align: Left;
  402.     text-indent: 0cm;
  403. }
  404. A:link { color: blue; text-decoration: underline}
  405. A:visited { color: red; text-decoration: underline }
  406. A:active { color: lime; text-decoration: underline }
  407. .helpheading 
  408. {display: block;
  409.     font-family: "Arial";
  410.     font-weight: bold;
  411.     font-size: large;
  412.     color: #000000;
  413.     background-color: ##FFFFFF;
  414.     background-image:  ;
  415.     background-repeat: (none);
  416.     background-scroll: Scroll;
  417.     background-position: 0% 0%;
  418.     padding-top: 0pt;
  419.     padding-bottom: 0pt;
  420.     padding-left: 0pt;
  421.     padding-right: 0pt;
  422.     border-top-width: medium;
  423.     border-bottom-width: medium;
  424.     border-left-width: medium;
  425.     border-right-width: medium;
  426.     border-top-color: #0;
  427.     border-bottom-color: #0;
  428.     border-left-color: #0;
  429.     border-right-color: #0;
  430.     text-align: Left;
  431.     text-indent: 0cm;
  432. }
  433. A:link { color: blue; text-decoration: underline}
  434. A:visited { color: red; text-decoration: underline }
  435. A:active { color: lime; text-decoration: underline }
  436. .list 
  437. {font-family: "Arial";
  438.     font-size: 8pt;
  439.     color: #000000;
  440.     background-color: ##FFFFFF;
  441.     background-image:  ;
  442.     background-repeat: (none);
  443.     background-scroll: Scroll;
  444.     background-position: 0% 0%;
  445.     margin-top: 3pt;
  446.     margin-bottom: 3pt;
  447.     margin-left: 0cm;
  448.     margin-right: 0cm;
  449.     padding-top: 0pt;
  450.     padding-bottom: 0pt;
  451.     padding-left: 0pt;
  452.     padding-right: 0pt;
  453.     border-top-width: medium;
  454.     border-bottom-width: medium;
  455.     border-left-width: medium;
  456.     border-right-width: medium;
  457.     border-top-color: #0;
  458.     border-bottom-color: #0;
  459.     border-left-color: #0;
  460.     border-right-color: #0;
  461.     text-align: Left;
  462.     text-indent: 0cm;
  463. }
  464. A:link { color: blue; text-decoration: underline}
  465. A:visited { color: red; text-decoration: underline }
  466. A:active { color: lime; text-decoration: underline }
  467. .list2 
  468. {font-family: "Arial";
  469.     font-size: 8pt;
  470.     color: #000000;
  471.     background-color: ##FFFFFF;
  472.     background-image:  ;
  473.     background-repeat: (none);
  474.     background-scroll: Scroll;
  475.     background-position: 0% 0%;
  476.     margin-top: 3pt;
  477.     margin-bottom: 3pt;
  478.     margin-left: 0cm;
  479.     margin-right: 0cm;
  480.     padding-top: 0pt;
  481.     padding-bottom: 0pt;
  482.     padding-left: 0pt;
  483.     padding-right: 0pt;
  484.     border-top-width: medium;
  485.     border-bottom-width: medium;
  486.     border-left-width: medium;
  487.     border-right-width: medium;
  488.     border-top-color: #0;
  489.     border-bottom-color: #0;
  490.     border-left-color: #0;
  491.     border-right-color: #0;
  492.     text-align: Left;
  493.     text-indent: 0cm;
  494. }
  495. A:link { color: blue; text-decoration: underline}
  496. A:visited { color: red; text-decoration: underline }
  497. A:active { color: lime; text-decoration: underline }
  498. .list3 
  499. {font-family: "Arial";
  500.     font-size: 8pt;
  501.     color: #000000;
  502.     background-color: ##FFFFFF;
  503.     background-image:  ;
  504.     background-repeat: (none);
  505.     background-scroll: Scroll;
  506.     background-position: 0% 0%;
  507.     margin-top: 3pt;
  508.     margin-bottom: 3pt;
  509.     margin-left: 0cm;
  510.     margin-right: 0cm;
  511.     padding-top: 0pt;
  512.     padding-bottom: 0pt;
  513.     padding-left: 0pt;
  514.     padding-right: 0pt;
  515.     border-top-width: medium;
  516.     border-bottom-width: medium;
  517.     border-left-width: medium;
  518.     border-right-width: medium;
  519.     border-top-color: #0;
  520.     border-bottom-color: #0;
  521.     border-left-color: #0;
  522.     border-right-color: #0;
  523.     text-align: Left;
  524.     text-indent: 0cm;
  525. }
  526. A:link { color: blue; text-decoration: underline}
  527. A:visited { color: red; text-decoration: underline }
  528. A:active { color: lime; text-decoration: underline }
  529. .listbullet 
  530. {display: list-item;
  531.     list-style-type: Disc;
  532.     list-position: outside;
  533.     font-family: "Arial";
  534.     font-size: 8pt;
  535.     color: #000000;
  536.     background-color: ##FFFFFF;
  537.     background-image:  ;
  538.     background-repeat: (none);
  539.     background-scroll: Scroll;
  540.     background-position: 0% 0%;
  541.     margin-top: 3pt;
  542.     margin-bottom: 3pt;
  543.     margin-left: 0.2cm;
  544.     margin-right: 0cm;
  545.     padding-top: 0pt;
  546.     padding-bottom: 0pt;
  547.     padding-left: 0pt;
  548.     padding-right: 0pt;
  549.     border-top-width: medium;
  550.     border-bottom-width: medium;
  551.     border-left-width: medium;
  552.     border-right-width: medium;
  553.     border-top-color: #0;
  554.     border-bottom-color: #0;
  555.     border-left-color: #0;
  556.     border-right-color: #0;
  557.     text-align: Left;
  558.     text-indent: 0cm;
  559. }
  560. A:link { color: blue; text-decoration: underline}
  561. A:visited { color: red; text-decoration: underline }
  562. A:active { color: lime; text-decoration: underline }
  563. .listbullet2 
  564. {display: list-item;
  565.     list-style-type: Disc;
  566.     list-position: outside;
  567.     font-family: "Arial";
  568.     font-size: 8pt;
  569.     color: #000000;
  570.     background-color: ##FFFFFF;
  571.     background-image:  ;
  572.     background-repeat: (none);
  573.     background-scroll: Scroll;
  574.     background-position: 0% 0%;
  575.     margin-top: 3pt;
  576.     margin-bottom: 3pt;
  577.     margin-left: 0.2cm;
  578.     margin-right: 0cm;
  579.     padding-top: 0pt;
  580.     padding-bottom: 0pt;
  581.     padding-left: 0pt;
  582.     padding-right: 0pt;
  583.     border-top-width: medium;
  584.     border-bottom-width: medium;
  585.     border-left-width: medium;
  586.     border-right-width: medium;
  587.     border-top-color: #0;
  588.     border-bottom-color: #0;
  589.     border-left-color: #0;
  590.     border-right-color: #0;
  591.     text-align: Left;
  592.     text-indent: 0cm;
  593. }
  594. A:link { color: blue; text-decoration: underline}
  595. A:visited { color: red; text-decoration: underline }
  596. A:active { color: lime; text-decoration: underline }
  597. .listbullet3 
  598. {display: list-item;
  599.     list-style-type: Disc;
  600.     list-position: outside;
  601.     font-family: "Arial";
  602.     font-size: 8pt;
  603.     color: #000000;
  604.     background-color: ##FFFFFF;
  605.     background-image:  ;
  606.     background-repeat: (none);
  607.     background-scroll: Scroll;
  608.     background-position: 0% 0%;
  609.     margin-top: 3pt;
  610.     margin-bottom: 3pt;
  611.     margin-left: 0.2cm;
  612.     margin-right: 0cm;
  613.     padding-top: 0pt;
  614.     padding-bottom: 0pt;
  615.     padding-left: 0pt;
  616.     padding-right: 0pt;
  617.     border-top-width: medium;
  618.     border-bottom-width: medium;
  619.     border-left-width: medium;
  620.     border-right-width: medium;
  621.     border-top-color: #0;
  622.     border-bottom-color: #0;
  623.     border-left-color: #0;
  624.     border-right-color: #0;
  625.     text-align: Left;
  626.     text-indent: 0cm;
  627. }
  628. A:link { color: blue; text-decoration: underline}
  629. A:visited { color: red; text-decoration: underline }
  630. A:active { color: lime; text-decoration: underline }
  631. .listcontinue 
  632. {font-family: "Arial";
  633.     font-size: 8pt;
  634.     color: #000000;
  635.     background-color: ##FFFFFF;
  636.     background-image:  ;
  637.     background-repeat: (none);
  638.     background-scroll: Scroll;
  639.     background-position: 0% 0%;
  640.     margin-top: 3pt;
  641.     margin-bottom: 3pt;
  642.     margin-left: 0cm;
  643.     margin-right: 0cm;
  644.     padding-top: 0pt;
  645.     padding-bottom: 0pt;
  646.     padding-left: 0pt;
  647.     padding-right: 0pt;
  648.     border-top-width: medium;
  649.     border-bottom-width: medium;
  650.     border-left-width: medium;
  651.     border-right-width: medium;
  652.     border-top-color: #0;
  653.     border-bottom-color: #0;
  654.     border-left-color: #0;
  655.     border-right-color: #0;
  656.     text-align: Left;
  657.     text-indent: 0cm;
  658. }
  659. A:link { color: blue; text-decoration: underline}
  660. A:visited { color: red; text-decoration: underline }
  661. A:active { color: lime; text-decoration: underline }
  662. .listcontinue2 
  663. {font-family: "Arial";
  664.     font-size: 8pt;
  665.     color: #000000;
  666.     background-color: ##FFFFFF;
  667.     background-image:  ;
  668.     background-repeat: (none);
  669.     background-scroll: Scroll;
  670.     background-position: 0% 0%;
  671.     margin-top: 3pt;
  672.     margin-bottom: 3pt;
  673.     margin-left: 0cm;
  674.     margin-right: 0cm;
  675.     padding-top: 0pt;
  676.     padding-bottom: 0pt;
  677.     padding-left: 0pt;
  678.     padding-right: 0pt;
  679.     border-top-width: medium;
  680.     border-bottom-width: medium;
  681.     border-left-width: medium;
  682.     border-right-width: medium;
  683.     border-top-color: #0;
  684.     border-bottom-color: #0;
  685.     border-left-color: #0;
  686.     border-right-color: #0;
  687.     text-align: Left;
  688.     text-indent: 0cm;
  689. }
  690. A:link { color: blue; text-decoration: underline}
  691. A:visited { color: red; text-decoration: underline }
  692. A:active { color: lime; text-decoration: underline }
  693. .listnote 
  694. {font-family: "Arial";
  695.     font-style: italics;
  696.     font-size: 8pt;
  697.     color: #000000;
  698.     background-color: ##FFFFFF;
  699.     background-image:  ;
  700.     background-repeat: (none);
  701.     background-scroll: Scroll;
  702.     background-position: 0% 0%;
  703.     margin-top: 6pt;
  704.     margin-bottom: 6pt;
  705.     margin-left: 0cm;
  706.     margin-right: 0cm;
  707.     padding-top: 2pt;
  708.     padding-bottom: 2pt;
  709.     padding-left: 0pt;
  710.     padding-right: 0pt;
  711.     border-top-width: 0.3mm;
  712.     border-bottom-width: 0.3mm;
  713.     border-left-width: medium;
  714.     border-right-width: medium;
  715.     border-top-color: #0;
  716.     border-bottom-color: #0;
  717.     border-left-color: #0;
  718.     border-right-color: #0;
  719.     border-top-style: solid;
  720.     border-bottom-style: solid;
  721.     text-align: Left;
  722.     text-indent: 0cm;
  723. }
  724. A:link { color: blue; text-decoration: underline}
  725. A:visited { color: red; text-decoration: underline }
  726. A:active { color: lime; text-decoration: underline }
  727. .listnumber 
  728. {display: list-item;
  729.     list-style-type: Decimal;
  730.     list-position: outside;
  731.     font-family: "Arial";
  732.     font-size: 8pt;
  733.     color: #000000;
  734.     background-color: ##FFFFFF;
  735.     background-image:  ;
  736.     background-repeat: (none);
  737.     background-scroll: Scroll;
  738.     background-position: 0% 0%;
  739.     margin-top: 3pt;
  740.     margin-bottom: 3pt;
  741.     margin-left: 0.3cm;
  742.     margin-right: 0cm;
  743.     padding-top: 0pt;
  744.     padding-bottom: 0pt;
  745.     padding-left: 0pt;
  746.     padding-right: 0pt;
  747.     border-top-width: medium;
  748.     border-bottom-width: medium;
  749.     border-left-width: medium;
  750.     border-right-width: medium;
  751.     border-top-color: #0;
  752.     border-bottom-color: #0;
  753.     border-left-color: #0;
  754.     border-right-color: #0;
  755.     text-align: Left;
  756.     text-indent: 0cm;
  757. }
  758. A:link { color: blue; text-decoration: underline}
  759. A:visited { color: red; text-decoration: underline }
  760. A:active { color: lime; text-decoration: underline }
  761. .listnumber2 
  762. {display: list-item;
  763.     list-style-type: Decimal;
  764.     list-position: outside;
  765.     font-family: "Arial";
  766.     font-size: 8pt;
  767.     color: #000000;
  768.     background-color: ##FFFFFF;
  769.     background-image:  ;
  770.     background-repeat: (none);
  771.     background-scroll: Scroll;
  772.     background-position: 0% 0%;
  773.     margin-top: 3pt;
  774.     margin-bottom: 3pt;
  775.     margin-left: 0,6cm;
  776.     margin-right: 0cm;
  777.     padding-top: 0pt;
  778.     padding-bottom: 0pt;
  779.     padding-left: 0pt;
  780.     padding-right: 0pt;
  781.     border-top-width: medium;
  782.     border-bottom-width: medium;
  783.     border-left-width: medium;
  784.     border-right-width: medium;
  785.     border-top-color: #0;
  786.     border-bottom-color: #0;
  787.     border-left-color: #0;
  788.     border-right-color: #0;
  789.     text-align: Left;
  790.     text-indent: 0cm;
  791. }
  792. A:link { color: blue; text-decoration: underline}
  793. A:visited { color: red; text-decoration: underline }
  794. A:active { color: lime; text-decoration: underline }
  795. .listnumber3 
  796. {display: list-item;
  797.     list-style-type: Decimal;
  798.     list-position: outside;
  799.     font-family: "Arial";
  800.     font-size: 8pt;
  801.     color: #000000;
  802.     background-color: ##FFFFFF;
  803.     background-image:  ;
  804.     background-repeat: (none);
  805.     background-scroll: Scroll;
  806.     background-position: 0% 0%;
  807.     margin-top: 3pt;
  808.     margin-bottom: 3pt;
  809.     margin-left: 0.3cm;
  810.     margin-right: 0cm;
  811.     padding-top: 0pt;
  812.     padding-bottom: 0pt;
  813.     padding-left: 0pt;
  814.     padding-right: 0pt;
  815.     border-top-width: medium;
  816.     border-bottom-width: medium;
  817.     border-left-width: medium;
  818.     border-right-width: medium;
  819.     border-top-color: #0;
  820.     border-bottom-color: #0;
  821.     border-left-color: #0;
  822.     border-right-color: #0;
  823.     text-align: Left;
  824.     text-indent: 0cm;
  825. }
  826. A:link { color: blue; text-decoration: underline}
  827. A:visited { color: red; text-decoration: underline }
  828. A:active { color: lime; text-decoration: underline }
  829. .marginnote 
  830. {display: block;
  831.     font-family: "Arial";
  832.     font-size: medium;
  833.     color: #FF0000;
  834.     background-color: ##FFFFFF;
  835.     background-image:  ;
  836.     background-repeat: (none);
  837.     background-scroll: Scroll;
  838.     background-position: 0% 0%;
  839.     margin-top: 6pt;
  840.     margin-bottom: 6pt;
  841.     margin-left: 1cm;
  842.     margin-right: 1cm;
  843.     padding-top: 0pt;
  844.     padding-bottom: 0pt;
  845.     padding-left: 0pt;
  846.     padding-right: 0pt;
  847.     border-top-width: medium;
  848.     border-bottom-width: medium;
  849.     border-left-width: medium;
  850.     border-right-width: medium;
  851.     border-top-color: #0;
  852.     border-bottom-color: #0;
  853.     border-left-color: #0;
  854.     border-right-color: #0;
  855.     text-align: Center;
  856.     text-indent: 0cm;
  857. }
  858. A:link { color: blue; text-decoration: underline}
  859. A:visited { color: red; text-decoration: underline }
  860. A:active { color: lime; text-decoration: underline }
  861. .menuoptions 
  862. {display: inline;
  863.     font-weight: bold;
  864.     color: #000000;
  865.     background-color: ##FFFFFF;
  866.     margin-top: 0cm;
  867.     margin-bottom: 0cm;
  868.     margin-left: 0cm;
  869.     margin-right: 0cm;
  870.     padding-top: 0pt;
  871.     padding-bottom: 0pt;
  872.     padding-left: 0pt;
  873.     padding-right: 0pt;
  874.     border-top-width: medium;
  875.     border-bottom-width: medium;
  876.     border-left-width: medium;
  877.     border-right-width: medium;
  878.     border-top-color: #0;
  879.     border-bottom-color: #0;
  880.     border-left-color: #0;
  881.     border-right-color: #0;
  882.     vertical-align: baseline;
  883. }
  884. A:link { color: blue; text-decoration: underline}
  885. A:visited { color: red; text-decoration: underline }
  886. A:active { color: lime; text-decoration: underline }
  887. .monospace 
  888. {display: inline;
  889.     font-family: "Courier New";
  890.     font-size: medium;
  891.     color: #000000;
  892.     background-color: ##FFFFFF;
  893.     margin-top: 0cm;
  894.     margin-bottom: 0cm;
  895.     margin-left: 0cm;
  896.     margin-right: 0cm;
  897.     padding-top: 0pt;
  898.     padding-bottom: 0pt;
  899.     padding-left: 0pt;
  900.     padding-right: 0pt;
  901.     border-top-width: medium;
  902.     border-bottom-width: medium;
  903.     border-left-width: medium;
  904.     border-right-width: medium;
  905.     border-top-color: #0;
  906.     border-bottom-color: #0;
  907.     border-left-color: #0;
  908.     border-right-color: #0;
  909.     vertical-align: baseline;
  910. }
  911. A:link { color: blue; text-decoration: underline}
  912. A:visited { color: red; text-decoration: underline }
  913. A:active { color: lime; text-decoration: underline }
  914. .note 
  915. {display: block;
  916.     font-family: "Arial";
  917.     font-size: 8pt;
  918.     color: #000000;
  919.     background-color: ##FFFFFF;
  920.     background-image:  ;
  921.     background-repeat: (none);
  922.     background-scroll: Scroll;
  923.     background-position: 0% 0%;
  924.     margin-top: 6pt;
  925.     margin-bottom: 6pt;
  926.     margin-left: 0cm;
  927.     margin-right: 0cm;
  928.     padding-top: 2pt;
  929.     padding-bottom: 2pt;
  930.     padding-left: 0pt;
  931.     padding-right: 0pt;
  932.     border-top-width: 0.3mm;
  933.     border-bottom-width: 0.3mm;
  934.     border-left-width: medium;
  935.     border-right-width: medium;
  936.     border-top-color: #0;
  937.     border-bottom-color: #0;
  938.     border-left-color: #0;
  939.     border-right-color: #0;
  940.     border-top-style: solid;
  941.     border-bottom-style: solid;
  942.     text-align: Left;
  943.     text-indent: 0cm;
  944. }
  945. A:link { color: blue; text-decoration: underline}
  946. A:visited { color: red; text-decoration: underline }
  947. A:active { color: lime; text-decoration: underline }
  948. .procedureheading 
  949. {display: block;
  950.     font-family: "Arial";
  951.     font-weight: bold;
  952.     font-size: 8pt;
  953.     color: #0000FF;
  954.     background-color: ##FFFFFF;
  955.     background-image:  ;
  956.     background-repeat: (none);
  957.     background-scroll: Scroll;
  958.     background-position: 0% 0%;
  959.     margin-top: 12pt;
  960.     margin-bottom: 3pt;
  961.     margin-left: 0cm;
  962.     margin-right: 0cm;
  963.     padding-top: 0pt;
  964.     padding-bottom: 0pt;
  965.     padding-left: 0pt;
  966.     padding-right: 0pt;
  967.     border-top-width: medium;
  968.     border-bottom-width: medium;
  969.     border-left-width: medium;
  970.     border-right-width: medium;
  971.     border-top-color: #0;
  972.     border-bottom-color: #0;
  973.     border-left-color: #0;
  974.     border-right-color: #0;
  975.     text-align: Left;
  976.     text-indent: 0cm;
  977. }
  978. A:link { color: blue; text-decoration: underline}
  979. A:visited { color: red; text-decoration: underline }
  980. A:active { color: lime; text-decoration: underline }
  981. .relatedtopics 
  982. {display: block;
  983.     font-family: "Arial";
  984.     font-size: medium;
  985.     color: #000000;
  986.     background-color: ##FFFFFF;
  987.     background-image:  ;
  988.     background-repeat: (none);
  989.     background-scroll: Scroll;
  990.     background-position: 0% 0%;
  991.     padding-top: 0pt;
  992.     padding-bottom: 0pt;
  993.     padding-left: 0pt;
  994.     padding-right: 0pt;
  995.     border-top-width: medium;
  996.     border-bottom-width: medium;
  997.     border-left-width: medium;
  998.     border-right-width: medium;
  999.     border-top-color: #0;
  1000.     border-bottom-color: #0;
  1001.     border-left-color: #0;
  1002.     border-right-color: #0;
  1003.     text-align: Left;
  1004.     text-indent: 0cm;
  1005. }
  1006. A:link { color: blue; text-decoration: underline}
  1007. A:visited { color: red; text-decoration: underline }
  1008. A:active { color: lime; text-decoration: underline }
  1009. .specialbold 
  1010. {display: inline;
  1011.     font-family: "Arial";
  1012.     font-weight: bold;
  1013.     font-size: small;
  1014.     color: #000000;
  1015.     background-color: ##FFFFFF;
  1016.     margin-top: 0cm;
  1017.     margin-bottom: 0cm;
  1018.     margin-left: 0cm;
  1019.     margin-right: 0cm;
  1020.     padding-top: 0pt;
  1021.     padding-bottom: 0pt;
  1022.     padding-left: 0pt;
  1023.     padding-right: 0pt;
  1024.     border-top-width: medium;
  1025.     border-bottom-width: medium;
  1026.     border-left-width: medium;
  1027.     border-right-width: medium;
  1028.     border-top-color: #0;
  1029.     border-bottom-color: #0;
  1030.     border-left-color: #0;
  1031.     border-right-color: #0;
  1032.     vertical-align: baseline;
  1033. }
  1034. A:link { color: blue; text-decoration: underline}
  1035. A:visited { color: red; text-decoration: underline }
  1036. A:active { color: lime; text-decoration: underline }
  1037. .ssss 
  1038. {display: block;
  1039.     font-family: "Abadi MT Condensed Light";
  1040.     font-size: medium;
  1041.     color: #000000;
  1042.     background-color: ##FFFFFF;
  1043.     background-image:  ;
  1044.     background-repeat: (none);
  1045.     background-scroll: Scroll;
  1046.     background-position: 0% 0%;
  1047.     margin-top: 0cm;
  1048.     margin-bottom: 0cm;
  1049.     margin-left: 0cm;
  1050.     margin-right: 0cm;
  1051.     padding-top: 0pt;
  1052.     padding-bottom: 0pt;
  1053.     padding-left: 0pt;
  1054.     padding-right: 0pt;
  1055.     border-top-width: medium;
  1056.     border-bottom-width: medium;
  1057.     border-left-width: medium;
  1058.     border-right-width: medium;
  1059.     border-top-color: #0;
  1060.     border-bottom-color: #0;
  1061.     border-left-color: #0;
  1062.     border-right-color: #0;
  1063.     text-align: Left;
  1064.     text-indent: 0cm;
  1065. }
  1066. A:link { color: blue; text-decoration: underline}
  1067. A:visited { color: red; text-decoration: underline }
  1068. A:active { color: lime; text-decoration: underline }
  1069. .subheading 
  1070. {display: block;
  1071.     font-family: "Arial";
  1072.     font-weight: bold;
  1073.     font-size: 8pt;
  1074.     color: #000000;
  1075.     background-color: ##FFFFFF;
  1076.     background-image:  ;
  1077.     background-repeat: (none);
  1078.     background-scroll: Scroll;
  1079.     background-position: 0% 0%;
  1080.     margin-top: 6pt;
  1081.     margin-bottom: 3pt;
  1082.     margin-left: 0cm;
  1083.     margin-right: 0cm;
  1084.     padding-top: 0pt;
  1085.     padding-bottom: 0pt;
  1086.     padding-left: 0pt;
  1087.     padding-right: 0pt;
  1088.     border-top-width: medium;
  1089.     border-bottom-width: medium;
  1090.     border-left-width: medium;
  1091.     border-right-width: medium;
  1092.     border-top-color: #0;
  1093.     border-bottom-color: #0;
  1094.     border-left-color: #0;
  1095.     border-right-color: #0;
  1096.     text-align: Left;
  1097.     text-indent: 0cm;
  1098. }
  1099. A:link { color: blue; text-decoration: underline}
  1100. A:visited { color: red; text-decoration: underline }
  1101. A:active { color: lime; text-decoration: underline }
  1102. .symbols 
  1103. {display: inline;
  1104.     font-family: "Symbol";
  1105.     background-color: ##FFFFFF;
  1106.     margin-top: 0cm;
  1107.     margin-bottom: 0cm;
  1108.     margin-left: 0cm;
  1109.     margin-right: 0cm;
  1110.     padding-top: 0pt;
  1111.     padding-bottom: 0pt;
  1112.     padding-left: 0pt;
  1113.     padding-right: 0pt;
  1114.     border-top-width: medium;
  1115.     border-bottom-width: medium;
  1116.     border-left-width: medium;
  1117.     border-right-width: medium;
  1118.     border-top-color: #0;
  1119.     border-bottom-color: #0;
  1120.     border-left-color: #0;
  1121.     border-right-color: #0;
  1122.     vertical-align: baseline;
  1123. }
  1124. A:link { color: blue; text-decoration: underline}
  1125. A:visited { color: red; text-decoration: underline }
  1126. A:active { color: lime; text-decoration: underline }
  1127. .tablebodytext 
  1128. {display: block;
  1129.     font-family: "Arial";
  1130.     font-size: 8pt;
  1131.     color: #000000;
  1132.     background-color: ##FFFFFF;
  1133.     background-image:  ;
  1134.     background-repeat: (none);
  1135.     background-scroll: Scroll;
  1136.     background-position: 0% 0%;
  1137.     margin-top: 3pt;
  1138.     margin-bottom: 3pt;
  1139.     margin-left: 0cm;
  1140.     margin-right: 0cm;
  1141.     padding-top: 0pt;
  1142.     padding-bottom: 0pt;
  1143.     padding-left: 0pt;
  1144.     padding-right: 0pt;
  1145.     border-top-width: medium;
  1146.     border-bottom-width: medium;
  1147.     border-left-width: medium;
  1148.     border-right-width: medium;
  1149.     border-top-color: #0;
  1150.     border-bottom-color: #0;
  1151.     border-left-color: #0;
  1152.     border-right-color: #0;
  1153.     text-align: Left;
  1154.     text-indent: 0cm;
  1155. }
  1156. A:link { color: blue; text-decoration: underline}
  1157. A:visited { color: red; text-decoration: underline }
  1158. A:active { color: lime; text-decoration: underline }
  1159. .tableheading 
  1160. {display: block;
  1161.     font-family: "Arial";
  1162.     font-weight: bold;
  1163.     font-size: 8pt;
  1164.     color: #000000;
  1165.     background-color: ##FFFFFF;
  1166.     background-image:  ;
  1167.     background-repeat: (none);
  1168.     background-scroll: Scroll;
  1169.     background-position: 0% 0%;
  1170.     margin-top: 6pt;
  1171.     margin-bottom: 0cm;
  1172.     margin-left: 0cm;
  1173.     margin-right: 0cm;
  1174.     padding-top: 0pt;
  1175.     padding-bottom: 2pt;
  1176.     padding-left: 0pt;
  1177.     padding-right: 0pt;
  1178.     border-top-width: medium;
  1179.     border-bottom-width: medium;
  1180.     border-left-width: medium;
  1181.     border-right-width: medium;
  1182.     border-top-color: #0;
  1183.     border-bottom-color: #0;
  1184.     border-left-color: #0;
  1185.     border-right-color: #0;
  1186.     border-bottom-style: solid;
  1187.     text-align: Left;
  1188.     text-indent: 0cm;
  1189. }
  1190. A:link { color: blue; text-decoration: underline}
  1191. A:visited { color: red; text-decoration: underline }
  1192. A:active { color: lime; text-decoration: underline }
  1193. .tablelistbullet 
  1194. {display: list-item;
  1195.     list-style-type: Disc;
  1196.     list-position: outside;
  1197.     font-family: "Arial";
  1198.     font-size: 8pt;
  1199.     color: #000000;
  1200.     background-color: ##FFFFFF;
  1201.     background-image:  ;
  1202.     background-repeat: (none);
  1203.     background-scroll: Scroll;
  1204.     background-position: 0% 0%;
  1205.     margin-top: 3pt;
  1206.     margin-bottom: 3pt;
  1207.     margin-left: 0.2cm;
  1208.     margin-right: 0cm;
  1209.     padding-top: 0pt;
  1210.     padding-bottom: 0pt;
  1211.     padding-left: 0pt;
  1212.     padding-right: 0pt;
  1213.     border-top-width: medium;
  1214.     border-bottom-width: medium;
  1215.     border-left-width: medium;
  1216.     border-right-width: medium;
  1217.     border-top-color: #0;
  1218.     border-bottom-color: #0;
  1219.     border-left-color: #0;
  1220.     border-right-color: #0;
  1221.     text-align: Left;
  1222.     text-indent: 0cm;
  1223. }
  1224. A:link { color: blue; text-decoration: underline}
  1225. A:visited { color: red; text-decoration: underline }
  1226. A:active { color: lime; text-decoration: underline }
  1227. .tip 
  1228. {font-family: "Arial";
  1229.     font-style: italics;
  1230.     font-size: 8pt;
  1231.     color: #000000;
  1232.     background-color: ##FFFFFF;
  1233.     background-image:  ;
  1234.     background-repeat: (none);
  1235.     background-scroll: Scroll;
  1236.     background-position: 0% 0%;
  1237.     margin-top: 6pt;
  1238.     margin-bottom: 6pt;
  1239.     margin-left: 0cm;
  1240.     margin-right: 0cm;
  1241.     padding-top: 2pt;
  1242.     padding-bottom: 2pt;
  1243.     padding-left: 0pt;
  1244.     padding-right: 0pt;
  1245.     border-top-width: 0.3mm;
  1246.     border-bottom-width: 0.3mm;
  1247.     border-left-width: medium;
  1248.     border-right-width: medium;
  1249.     border-top-color: #0;
  1250.     border-bottom-color: #0;
  1251.     border-left-color: #0;
  1252.     border-right-color: #0;
  1253.     border-top-style: solid;
  1254.     border-bottom-style: solid;
  1255.     text-align: Left;
  1256.     text-indent: 0cm;
  1257. }
  1258. A:link { color: blue; text-decoration: underline}
  1259. A:visited { color: red; text-decoration: underline }
  1260. A:active { color: lime; text-decoration: underline }
  1261. .toc 
  1262. {display: block;
  1263.     font-family: "Arial";
  1264.     font-size: 8pt;
  1265.     color: #000000;
  1266.     background-color: ##FFFFFF;
  1267.     background-image:  ;
  1268.     background-repeat: (none);
  1269.     background-scroll: Scroll;
  1270.     background-position: 0% 0%;
  1271.     margin-top: 0cm;
  1272.     margin-bottom: 0cm;
  1273.     margin-left: 0cm;
  1274.     margin-right: 0cm;
  1275.     padding-top: 0pt;
  1276.     padding-bottom: 0pt;
  1277.     padding-left: 0pt;
  1278.     padding-right: 0pt;
  1279.     border-top-width: medium;
  1280.     border-bottom-width: medium;
  1281.     border-left-width: medium;
  1282.     border-right-width: medium;
  1283.     border-top-color: #0;
  1284.     border-bottom-color: #0;
  1285.     border-left-color: #0;
  1286.     border-right-color: #0;
  1287.     text-align: Left;
  1288.     text-indent: 0cm;
  1289. }
  1290. A:link { color: blue; text-decoration: underline}
  1291. A:visited { color: red; text-decoration: underline }
  1292. A:active { color: lime; text-decoration: underline }
  1293. .warning 
  1294. {display: block;
  1295.     font-family: "Arial";
  1296.     font-style: italics;
  1297.     font-size: 8pt;
  1298.     color: #000000;
  1299.     background-color: ##FFFFFF;
  1300.     background-image:  ;
  1301.     background-repeat: (none);
  1302.     background-scroll: Scroll;
  1303.     background-position: 0% 0%;
  1304.     margin-top: 6pt;
  1305.     margin-bottom: 6pt;
  1306.     margin-left: 0cm;
  1307.     margin-right: 0cm;
  1308.     padding-top: 2pt;
  1309.     padding-bottom: 2pt;
  1310.     padding-left: 0pt;
  1311.     padding-right: 0pt;
  1312.     border-top-width: 0.3mm;
  1313.     border-bottom-width: 0.3mm;
  1314.     border-left-width: medium;
  1315.     border-right-width: medium;
  1316.     border-top-color: #0;
  1317.     border-bottom-color: #0;
  1318.     border-left-color: #0;
  1319.     border-right-color: #0;
  1320.     border-top-style: double;
  1321.     border-bottom-style: double;
  1322.     text-align: Left;
  1323.     text-indent: 0cm;
  1324. }
  1325. A:link { color: blue; text-decoration: underline}
  1326. A:visited { color: red; text-decoration: underline }
  1327. A:active { color: lime; text-decoration: underline }
  1328. .wingdingsymbols 
  1329. {display: inline;
  1330.     font-family: "Wingdings";
  1331.     color: #000000;
  1332.     background-color: ##FFFFFF;
  1333.     margin-top: 0cm;
  1334.     margin-bottom: 0cm;
  1335.     margin-left: 0cm;
  1336.     margin-right: 0cm;
  1337.     padding-top: 0pt;
  1338.     padding-bottom: 0pt;
  1339.     padding-left: 0pt;
  1340.     padding-right: 0pt;
  1341.     border-top-width: medium;
  1342.     border-bottom-width: medium;
  1343.     border-left-width: medium;
  1344.     border-right-width: medium;
  1345.     border-top-color: #0;
  1346.     border-bottom-color: #0;
  1347.     border-left-color: #0;
  1348.     border-right-color: #0;
  1349.     vertical-align: baseline;
  1350. }
  1351. A:link { color: blue; text-decoration: underline}
  1352. A:visited { color: red; text-decoration: underline }
  1353. A:active { color: lime; text-decoration: underline }
  1354.