Advertisement
themesforu

maresia

Jan 6th, 2012
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.38 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12. <!-- THEME O3#DIESILLA! --!>
  13.  
  14. <!-- THEME POR M-A-R-E-S-I-A | BASE POR NBTR LEIA OS CRÉDITOS E NÃO APAGUE-OS, NÃO COPIE -->
  15.  
  16. <!-- PLÁGIO É CRIME PALHAÇO ! @@@@: -->
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  29.  
  30.  
  31.  
  32. <head>
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. <script>
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. var mensagem="Copia o rabo da mãe bjz ";
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. function bloqueio()
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. {alert(mensagem);}
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. document.onkeydown=bloqueio;
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. </script><meta http-equiv="x-dns-prefetch-control" content="off"/>
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. <script type="text/javascript">
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. //desabilita menu de opcoes ao clicar no botao direito
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. function desabilitaMenu(e)
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. {
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. if (window.Event)
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. {
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144. if (e.which == 2 || e.which == 3)
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152. return false;
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160. }
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168. else
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176. {
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184. event.cancelBubble = true
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192. event.returnValue = false;
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200. return false;
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208. }
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216. }
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224. document.oncontextmenu = desabilitaMenu;
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232. document.onmousedown = desabilitaBotaoDireito;
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240. document.onmouseup = desabilitaBotaoDireito;
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248. </script>
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. <script language="JavaScript1.2">
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. function disableselect(e){
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280. return false
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288. }
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296. function reEnable(){
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304. return true
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. }
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. //if IE4+
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328. document.onselectstart=new Function ("return false")
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336. //if NS6
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. if (window.sidebar){
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352. document.onmousedown=disableselect
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. document.onclick=reEnable
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. }
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376. </script>
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388. <script src="http://cufon.shoqolate.com/js/cufon-yui.js" type="text/javascript"></script>
  389.  
  390.  
  391.  
  392. <script src="http://static.tumblr.com/ourf1ma/MmUlthg9c/arsenale-white.cufonfonts.js" type="text/javascript"></script>
  393.  
  394.  
  395.  
  396. <script type="text/javascript">
  397.  
  398.  
  399.  
  400. Cufon.replace('.cufon');
  401.  
  402.  
  403.  
  404. </script>
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  425.  
  426.  
  427.  
  428. <head>
  429.  
  430.  
  431.  
  432. <!-- DEFAULT VARIABLES -->
  433.  
  434.  
  435.  
  436. <meta name="color:background" content="#eeeeee" />
  437.  
  438. <meta name="color:sbar" content="#1F1919" />
  439.  
  440. <meta name="color:entry" content="#1F1919" />
  441.  
  442. <meta name="color:linksidcolor" content="#0F0B0B" />
  443.  
  444. <meta name="color:title" content="#A08F7F" />
  445.  
  446. <meta name="color:text" content="#C0AEA0" />
  447.  
  448. <meta name="color:link" content="#C4BA56" />
  449.  
  450. <meta name="font:title" content="verdana" />
  451.  
  452. <meta name="font:body" content="verdana" />
  453.  
  454. <meta name="image:sidebar" content=""/>
  455.  
  456. <meta name="image:sidebar2" content=""/>
  457.  
  458. <meta name="image:sidebar3" content=""/>
  459.  
  460. <meta name="image:sidebar4" content=""/>
  461.  
  462. <meta name="image:sidebar5" content=""/>
  463.  
  464. <meta name="image:sidebar6" content=""/>
  465.  
  466. <meta name="image:sidebar7" content=""/>
  467.  
  468.  
  469.  
  470. <meta name="image:background" content="" />
  471.  
  472.  
  473.  
  474. <meta name="text:frasesidebar" content="Voce vai trocar isso..." />
  475.  
  476. <meta name="text:frasesid" content="pelo appearance" />
  477.  
  478. <meta name="text:fraseduda2" content="aqui tambem, nao esquecer" />
  479.  
  480. <meta name="text:frasemrang2" content="aqui tambem, nao esquecer" />
  481.  
  482. <meta name="text:fraseppk2" content="aqui tambem, nao esquecer" />
  483.  
  484. <meta name="text:fraseduda1" content="aqui tambem, nao esquecer" />
  485.  
  486. <meta name="text:frasemrang1" content="aqui tambem, nao esquecer" />
  487.  
  488. <meta name="text:fraseppk1" content="aqui tambem, nao esquecer" />
  489.  
  490. <meta name="text:titlelink" content="titlelink1aqui" />
  491.  
  492. <meta name="text:titlelink2" content="titlelink2aqui" />
  493.  
  494. <meta name="text:titlelink3" content="titlelink3aqui" />
  495.  
  496. <meta name="text:titlelink4" content="titlelink5aqui" />
  497.  
  498.  
  499.  
  500. <meta name="text:Link1" content="" />
  501.  
  502. <meta name="text:Link1 Title" content="" />
  503.  
  504. <meta name="text:Link2" content="" />
  505.  
  506. <meta name="text:Link2 Title" content="" />
  507.  
  508. <meta name="text:Link3" content="" />
  509.  
  510. <meta name="text:Link3 Title" content="" />
  511.  
  512. <meta name="text:Link4" content="" />
  513.  
  514. <meta name="text:Link4 Title" content="" />
  515.  
  516. <meta name="text:Link5" content="" />
  517.  
  518. <meta name="text:Link5 Title" content="" />
  519.  
  520. <meta name="text:Link6" content="" />
  521.  
  522. <meta name="text:Link6 Title" content="" />
  523.  
  524. <meta name="text:Link7" content="" />
  525.  
  526. <meta name="text:Link7 Title" content="" />
  527.  
  528. <meta name="text:Link8" content="" />
  529.  
  530. <meta name="text:Link8 Title" content="" />
  531.  
  532. <meta name="text:Link9" content="" />
  533.  
  534. <meta name="text:Link9 Title" content="" />
  535.  
  536. <meta name="text:Link10" content="" />
  537.  
  538. <meta name="text:Link10 Title" content="" />
  539.  
  540. <meta name="text:Link11" content="" />
  541.  
  542. <meta name="text:Link11 Title" content="" />
  543.  
  544.  
  545.  
  546.  
  547.  
  548. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  549.  
  550. <title>cansei dos mesmos erros [..]</title>
  551.  
  552. <meta name="description" content="Ent&atilde;o, eu tenho uma proposta pra voc&ecirc;: vem aqui na minha casa, n&atilde;o precisa trazer nada. S&oacute; voc&ecirc; j&aacute; est&aacute; de bom tamanho. Eu tenho um quarto pequeno, uma cama pequena e umas poucas cobertas. Mas, se a..." />
  553.  
  554. <link rel="shortcut icon" href="http://25.media.tumblr.com/avatar_0cccfdff6a2f_64.png" />
  555.  
  556. <link rel="alternate" type="application/rss+xml" href="http://erros-repetidos.tumblr.com/rss" />
  557.  
  558. <style type="text/css">
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566. body {color:#000000; background-color:#eeeeee;
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574. font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:11px; line-height:110%; text-align:justify}
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582. a:link, a:active, a:visited{color: #000000; text-decoration:none}
  583.  
  584.  
  585.  
  586. a:hover{color:#000000}
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. #sidelinkbar {position: fixed; background-color: #ffffff; width: 150px; height: auto; position: absolute; margin-left: -210px; margin-top: 20px; float: right; padding: 5px; position: fixed;}
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606. #sidelinkbar a {display: block; font-size: 9px; background-color: #0F0B0B; text-transform: normal; padding: 2px 5px; color: ; letter-spacing: 2px; margin-bottom: 5px; border-left: 10px solid ; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  607.  
  608.  
  609.  
  610. #sidelinkbar a:hover {background-color:; padding-left: 30px;}
  611.  
  612.  
  613.  
  614. #posts{overflow:hidden; background-color: ; border-left:0px solid #000000; border-right:0px solid #000000; padding:3px}
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622. .slinks{margin-left: 5px; padding: 0px 0 7px 0; text-align: left; line-height: 10px; margin-top: 100px; width: 20px; font-family: verdana;}
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630. .slinks a {display: block; text-align: left; margin-bottom: 1px; font-size: 9px; background-color: #CAD8E3; background-image:url('http://assets.tumblr.com/images/x.gif'); color:#000000; padding: 1px 1px 1px 1px; text-decoration: none; text-transform: lowercase;}
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638. .slinks a:hover{text-align: left; background-color: #CAD8E3; color:#000000; letter-spacing: 1px;}
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650. #container {background-color:transparent; text-align: center; margin: 0 auto -10px auto;margin: -5px 0 10px 0}
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658. #entries {margin: 20px 0 10px 260px; float:left; margin-left:0px; text-align: justify; margin: 0px 0 5px 0}
  659.  
  660.  
  661.  
  662.  
  663.  
  664.  
  665.  
  666. #entry {margin: 5px 0 -5px 0; width: 500px; background-color:#ffffff; text-align: justify; padding: 10px;}
  667.  
  668.  
  669.  
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676.  
  677.  
  678. .sidebarimg {padding: 0px;}
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686. .sidebarimg img {display: inline; width: 400px; height: auto; text-align:center; margin-bottom: 5px;}
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.  
  694. .sidtitle {width: 479px; background-color:#fff;margin-top:2px; }
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701.  
  702. #title {width: 479px; text-align: center;font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size:20px; color:#000;}
  703.  
  704.  
  705.  
  706. #sub {width: 479px; text-align: right;margin-bottom: 4px; font-family: verdana; font-size: 9px; letter-spacing: 2px;color:#000;}
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714. #stext {text-align:left; font-family:verdana; font-size:9px}
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722. #sphoto {float:right; width: 80px;}
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. ::-webkit-scrollbar{width:8px;height:8px;}
  731.  
  732.  
  733.  
  734. ::-webkit-scrollbar-button:start:decrement
  735.  
  736.  
  737.  
  738. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  739.  
  740.  
  741.  
  742. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  743.  
  744.  
  745.  
  746. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  747.  
  748.  
  749.  
  750. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757.  
  758. #pagination {width:420px; background:#ffffff; font-family:arial; text-align:center; font-size:60px; padding:4px;}
  759.  
  760.  
  761.  
  762. 0
  763.  
  764.  
  765.  
  766. #credit{padding:3px; background-color: transparence; font-size: 10px; text-align: center; color:#000000; width: 415px; float: center;margin-top:100px;font-family:verdana;}
  767.  
  768.  
  769.  
  770. #credit a{text-decoration: none; color:#000000}
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782. h1{color:#000000; font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:15px; line-height:12px; letter-spacing:0px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790. h2{color:#000000; font-family:Verdana, Geneva, Tahoma, sans-serif; font-size:17px; line-height:12px; letter-spacing:1px; font-weight:normal; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798. #source {text-align: left}
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805.  
  806. #info{background-color: #fff; font-family:verdana; font-size:10px; text-align:left; padding-right: 10px; text-transform: lowercase; font-size: 10px}
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814. #questions {background-color:#eeeeee; color: #000000; padding:10px; margin-bottom:0px; font-family:verdana; font-size:11px}
  815.  
  816.  
  817.  
  818. #questions a {color:#000000}
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826. blockquote {border-left:2px solid; padding-left:5px; margin:0px 2px 0px 10px}
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834. p{margin-top:5px; margin-bottom:5px}
  835.  
  836.  
  837.  
  838. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid #000000}
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846. img a{border:none; width:100%}
  847.  
  848.  
  849.  
  850. .audio{background-color:black; display:block;}
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858. .user_1 .label {color:#000000; font-weight:bold}
  859.  
  860.  
  861.  
  862. .user_2 .label {color:#000000; font-weight:bold}
  863.  
  864.  
  865.  
  866. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  867.  
  868.  
  869.  
  870.  
  871.  
  872.  
  873.  
  874. notes {width: 500px; margin: 0px; margin-left: 0px; padding: 0px; text-align: left}
  875.  
  876.  
  877.  
  878. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  879.  
  880.  
  881.  
  882. ol.notes li {margin: 0px; padding: 0px;}
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889.  
  890. .notes img{width:10px; position:relative; top:1px}
  891.  
  892.  
  893.  
  894. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  895.  
  896.  
  897.  
  898.  
  899.  
  900.  
  901.  
  902. .asker {width: 480px; background-color: #eeeeee; color:#000000;
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910. padding: 10px}
  911.  
  912.  
  913.  
  914. .asker img{float: left; margin: 0px 4px 2px 0}
  915.  
  916.  
  917.  
  918. .asker a{font-size: 20px; color:#000000; text-transform: lowercase; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  919.  
  920.  
  921.  
  922. .asker a:hover{font-size: 20px; color:#000000; text-transform: lowercase; line-height:27px; padding: 0; margin: 0; font-family: georgia;}
  923.  
  924.  
  925.  
  926. .answer {padding: 5px 0 0 0}
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938. .asker {width: 480px; background-color: #eeeeee; color:#000000; -moz-border-radius: 6px; border-radius: 6px;
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946. padding: 10px}
  947.  
  948.  
  949.  
  950. .asker img{float: left; margin: 0px 4px 2px 0}
  951.  
  952.  
  953.  
  954. .asker a{font-size: 11px; color:#000000; text-transform: none; line-height: 27px; padding: 0; margin: 0; font-family: georgia;}
  955.  
  956.  
  957.  
  958. .asker a:hover{font-size: 11px; color:#000000; text-transform: none; line-height:27px; padding: 0; margin: 0}
  959.  
  960.  
  961.  
  962. .answer {padding: 5px 0 0 0}
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976. position: relative; /*leave this value alone*/
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984. overflow: scroll; /*leave this value alone*/
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992. width: 438px; /*Width of Carousel Viewer itself*/
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000. height: 200px; /*Height should enough to fit largest content's height*/}
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016. .stepcarousel .roll{
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024. position: absolute; /*leave this value alone*/
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032. left: 0;
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040. top: 0;
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048. }
  1049.  
  1050.  
  1051.  
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064. .stepcarousel .slide{
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072. float: left; /*leave this value alone*/
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080. overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088. margin: 0px; /*margin around each panel*/
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096. width: 430px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104. }
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114. #sidb3{position: fixed; margin-left:530px; margin-top:-50px; width: 552px; height: 50px; background-color: #ffffff; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120. #sidb4{position: fixed; margin-left:960px; margin-top:-50px; width: 28px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1121.  
  1122.  
  1123.  
  1124. #sidb5{position: fixed; margin-left:530px; margin-top:153px; width: 28px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132. #sidb6{position: fixed; margin-left:830px; margin-top:253px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140. #sidb7{position: fixed; margin-left:430px; margin-top:473px; width: 450px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146. #sidb10{position: fixed; margin-left:410px; margin-top:45px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152. #sidb11{position: fixed; margin-left:748px; margin-top:337px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1153.  
  1154. .notesme{float:right; padding-right: 10px; font-size: 10px}
  1155.  
  1156.  
  1157.  
  1158. #sidb12{position: fixed; margin-left:838px; margin-top:167px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1159.  
  1160. .notesme{float:right; padding-right: 10px; font-size: 10px}
  1161.  
  1162.  
  1163.  
  1164. #sidb13{position: fixed; margin-left:618px; margin-top:400px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1165.  
  1166. .notesme{float:right; padding-right: 10px; font-size: 10px}
  1167.  
  1168.  
  1169.  
  1170. #sidb14{position: fixed; margin-left:528px; margin-top:460px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1171.  
  1172. .notesme{float:right; padding-right: 10px; font-size: 10px}
  1173.  
  1174.  
  1175.  
  1176. #sidb15{position: fixed; margin-left:328px; margin-top:10px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1177.  
  1178. .notesme{float:right; padding-right: 10px; font-size: 10px}
  1179.  
  1180.  
  1181.  
  1182. #sidb16{position: fixed; margin-left:328px; margin-top:0px; width: 150px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1183.  
  1184. .notesme{float:right; padding-right: 10px; font-size: 10px}
  1185.  
  1186.  
  1187.  
  1188. #sidb17{position: fixed; margin-left:580px; margin-top:-40px; width: 328px; height: 20px; background-color: transparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1189.  
  1190.  
  1191.  
  1192. .tuti {width: 300px; padding: 2px; text-align: center; margin-bottom: 2px; background-color: #363636; letter-spacing: 3px; font-size: 10px; font-family: verdana; color:#ffffff;; opacity: 0.9 }
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200. .fuis {width: 300px;; padding: 2px; text-align: center; margin-bottom: 2px; background-color: #f3f5f7; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#F0F0F0; opacity: 0.9 }
  1201.  
  1202.  
  1203.  
  1204.  
  1205.  
  1206. #footer {
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214. z-index:3;
  1215.  
  1216.  
  1217.  
  1218. opacity: 0.9;
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226. bottom:5;
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. background-color:#000000;
  1235.  
  1236.  
  1237.  
  1238. color:#fff;
  1239.  
  1240.  
  1241.  
  1242. width:346px;
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250. height:65px;
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258. -moz-border-radius: 0px 0px 0px 0px;
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266. border-radius: 0px 0px 0px 0px;
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274. -webkit-border-radius: 0px 0px 0px 0px;
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282. }
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296.  
  1297.  
  1298. .title{
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306. overflow-y:hidden;
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314. height:60px;
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322. z-index:3;
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330. position:relative;}
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338. .titled{
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346. width:300px;
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354. float:left;
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362. font-size:38px;
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370. font-family: Georgia;
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378. text-transform:lowercase;
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384.  
  1385.  
  1386. line-height:90%;
  1387.  
  1388.  
  1389.  
  1390.  
  1391.  
  1392.  
  1393.  
  1394. color:;
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. font-weight:400;
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410. margin:3px 0px 0px 10px;
  1411.  
  1412.  
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418. text-align:center;
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426. background-color:#trans;
  1427.  
  1428.  
  1429.  
  1430.  
  1431.  
  1432.  
  1433.  
  1434. padding:4px 2px 4px 2px;
  1435.  
  1436.  
  1437.  
  1438.  
  1439.  
  1440.  
  1441.  
  1442. -webkit-transition: 0.6s ease-in;
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450. -moz-transition: 0.6s ease-in;
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458. transition: 0.6s ease-in;}
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474. .titled:hover{
  1475.  
  1476.  
  1477.  
  1478.  
  1479.  
  1480.  
  1481.  
  1482. margin-top:-100px;
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490. }
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498.  
  1499.  
  1500.  
  1501.  
  1502.  
  1503.  
  1504.  
  1505.  
  1506. .describe{
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514. margin-top:55px;
  1515.  
  1516.  
  1517.  
  1518. color:#fff;
  1519.  
  1520.  
  1521.  
  1522. font:38px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530. text-transform:none;}
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554. .ttle {background-color:#ffffff; width: 1100px; margin-left:0px;text-align: center; font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; text-transform: none;font-size: 45px; color: #000; }
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566. .ttle a{font-family: Georgia, Palatino, ‘Palatino Linotype’, Times, ‘Times New Roman’, serif; font-style: italic; font-size: 19px; color: #FFFFFF;}
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576. .qqmarks{font-size: 80px; font-weight: bold; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584. .qquote{font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 20px; letter-spacing: -1px; line-height: 20px; text-transform: lowercase; margin-top: -70px; margin-left:
  1585.  
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592. 45px}
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604. .sideimg {width: auto}
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612. .sideimg img {width: auto; height: 100px;}
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628. .simg2 {width: auto}
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636. .simg2 img {width: 230px; height: auto; margin-bottom: 2px;}
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644.  
  1645.  
  1646.  
  1647.  
  1648. #sbar {width:555px; margin-left: 530px; margin-top: 150px; position:fixed; overflow:hidden; background-color: #fff; border-left:0px solid; border-right:0px solid; padding:3px;text-align: justify; padding: 10px; height: 100%;}
  1649.  
  1650.  
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661.  
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667.  
  1668. #sid{position: fixed;margin-left: 530px; margin-top:0px; width: 555px; height: 150px; background-color: #ffffff; padding: 10px; background-attachment: fixed; background-image:url(”);}
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680. #sideimage {width: 242px; height: auto; top: 18px; margin-left: 760px; padding: 2px; background-color:#eee; position: fixed;}
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696. .sidebarpic img{width: 242px; text-align:center; margin-top: 0px; border: 1px}
  1697.  
  1698.  
  1699.  
  1700.  
  1701.  
  1702.  
  1703.  
  1704. .bltitle {float: center; font-size: 31px; text-align: center; margin-left: 0px; text-transform:
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.  
  1711.  
  1712. lowercase; line-height:15px; padding:10px; font-family: georgia; color: ; background-color: ;}
  1713.  
  1714.  
  1715.  
  1716.  
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728. .bltitle a, a:hover {color: #494949; text-decoration: none;}
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744. #simag {margin-bottom:2px; margin-top:2px}
  1745.  
  1746. #simag img {border: 6px solid #fafafa; width: 120px; height: auto; text-align:center}
  1747.  
  1748.  
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754. .blsubtitle {margin-left: 0px; font-size: 9px; line-height:0px; text-align: center; text-transform:none; color: ; background-color: ; padding:0px; font-family: verdana; margin-top: -1px;}
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770. .blsubtitle {margin-left: 0px; font-size: 9px; line-height:15px; text-align: center; text-transform: lowercase; letter-spacing: 2px;}
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786. #simage2 {margin-left:1030px; margin-top:0px; padding: 5px; width: 350px; text-align: center;position:fixed}
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794. #simage2 img {border: 4px solid #FFFFFF; display: inline; max-width: 200px; margin-bottom: 2px; text-align: center;}
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800. #tit {position: left; margin-left:995px; margin-top: 400px; width: 240px; height: 35px; background-color:transparent; text-align: center; position: fixed; -webkit-transform: rotate(-90deg);;}
  1801.  
  1802.  
  1803.  
  1804. #tit1 {position: left; margin-top: 10px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed;}
  1805.  
  1806.  
  1807.  
  1808. #tit2 {position: left; margin-top: 10px; margin-left: 40px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.9}
  1809.  
  1810.  
  1811.  
  1812. #tit3 {position: leftt; margin-top: 10px; margin-left: 80px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.8}
  1813.  
  1814.  
  1815.  
  1816. #tit4 {position: left; margin-top: 10px; margin-left: 121px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.7}
  1817.  
  1818.  
  1819.  
  1820. #tit5 {position: left; margin-top: 10px; margin-left: 161px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.6}
  1821.  
  1822.  
  1823.  
  1824. #tit6 {position: leftt; margin-top: 10px; margin-left: 201px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.5}
  1825.  
  1826.  
  1827.  
  1828. #tit7 {position: left; margin-top: 10px; width: 35px; margin-left: 242px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.5}
  1829.  
  1830.  
  1831.  
  1832. #tit8 {position: left; margin-top: 10px; margin-left: 282px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.6}
  1833.  
  1834.  
  1835.  
  1836. #tit9 {position: leftt; margin-top: 10px; margin-left: 322px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.7}
  1837.  
  1838.  
  1839.  
  1840. #tit10 {position: leftt; margin-top: 10px; margin-left: 363px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.8}
  1841.  
  1842.  
  1843.  
  1844. #tit11 {position: leftt; margin-top: 10px; margin-left: 404px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.9}
  1845.  
  1846.  
  1847.  
  1848. #tit12 {position: left; margin-top: 10px; margin-left: 445px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed;}
  1849.  
  1850.  
  1851.  
  1852. #tit13 {position: left; margin-top: 10px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed;}
  1853.  
  1854.  
  1855.  
  1856. #tit14 {position: left; margin-top: 10px; margin-left: 40px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.9}
  1857.  
  1858.  
  1859.  
  1860. #tit15 {position: leftt; margin-top: 10px; margin-left: 80px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.8}
  1861.  
  1862.  
  1863.  
  1864. #tit16 {position: left; margin-top: 10px; margin-left: 121px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.7}
  1865.  
  1866.  
  1867.  
  1868. #tit17{position: left; margin-top: 10px; margin-left: 161px; width: 35px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.6}
  1869.  
  1870.  
  1871.  
  1872. #tit18{position: leftt; margin-top: 10px; margin-left: 201px; width: 36px; height: 15px; background-color:#000000; text-align: center; position: fixed; opacity: 0.5}
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880. #sidb7{position: fixed; margin-left:420px; margin-top:270px; width: 65px; height: 50px; background-color: trasparent; color: #000000; padding: 10px; background-attachment: fixed; background-image:url(''); background-repeat: no-repeat;}
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887.  
  1888.  
  1889.  
  1890.  
  1891.  
  1892. .tlinks1 {float: left; text-align: center; font-family: verdana; font-size: 9px;}
  1893.  
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899.  
  1900. .tlinks1 a {display: block; color:#FFFFFF; background-color: #000000; text-align: center; width: 80px; padding: 5px 0px 5px 0px; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  1901.  
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914.  
  1915.  
  1916.  
  1917.  
  1918.  
  1919.  
  1920. .tlinks1 a:hover{background-color: #FFFFFF; color:#000000; letter-spacing: 2px;}
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944. .tlinks2 {margin-left: 30px; text-align: center; font-family: verdana; font-size: 9px;}
  1945.  
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951.  
  1952. .tlinks2 a{display: block; color:#FFFFFF; background-color: #000000; text-align: center; width: 130px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  1953.  
  1954.  
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960. .tlinks2 a:hover{background-color: #FFFFFF; color:#000000; letter-spacing: 2px;}
  1961.  
  1962.  
  1963.  
  1964.  
  1965.  
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976. .tlinks3 {margin-left: 148px; text-align: center; font-family: verdana; font-size: 9px; margin-top: -24px;}
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984. .tlinks3 a{display: block; color:#FFFFFF; background-color: #000000; text-align: center; width: 95px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992. .tlinks3 a:hover{background-color: #FFFFFF; color:#000000; letter-spacing: 2px;}
  1993.  
  1994.  
  1995.  
  1996.  
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008. .tlinks4 {float: left; text-align: center; font-family: verdana; font-size: 9px; margin-top: 2px}
  2009.  
  2010.  
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016. .tlinks4 a {display: block; color:#FFFFFF; background-color: #000000; text-align: center; width: 100px; padding: 5px 0px 5px 0px; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024. .tlinks4 a:hover{background-color: #FFFFFF; color:#000000; letter-spacing: 2px;}
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048. .tlinks5 {margin-left: 25px; text-align: center; font-family: verdana; font-size: 9px; margin-top: 2px}
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056. .tlinks5 a{display: block; color:#FFFFFF; background-color: #000000; text-align: center; width: 120px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064. .tlinks5 a:hover{background-color: #FFFFFF; color:#000000; letter-spacing: 2px;}
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080. .tlinks6 {float: right; text-align: center; font-family: verdana; font-size: 9px; margin-top: -24px;}
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088. .tlinks6 a{display: block; color:#FFFFFF; background-color: #000000; text-align: center; width: 100px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2089.  
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096. .tlinks6 a:hover{background-color: #FFFFFF; color:#000000; letter-spacing: 2px;}
  2097.  
  2098.  
  2099.  
  2100.  
  2101.  
  2102.  
  2103.  
  2104. .simage {text-align: center;}
  2105.  
  2106.  
  2107.  
  2108. .simage img {display: inline; max-width: 150px; text-align: center;}
  2109.  
  2110.  
  2111.  
  2112.  
  2113.  
  2114.  
  2115.  
  2116.  
  2117.  
  2118.  
  2119.  
  2120. .cellblock {font-size: 9px; font-weight: normal; text-align: center;}
  2121.  
  2122.  
  2123.  
  2124.  
  2125.  
  2126. .cellblock td {vertical-align: top; background-color: #e9e9e9; padding: 10px;}
  2127.  
  2128.  
  2129.  
  2130. .sfot {clear: both; text-align: justify; background-color: ; color:; opacity: 0.8; filter:alpha (opacity=80); margin: 2px 0px 0px -10px; padding: 5px; font-family:verdana; text-tranform: lowercase; font-size:9px}
  2131.  
  2132.  
  2133.  
  2134. .sfot a{font-size:9px}
  2135.  
  2136.  
  2137.  
  2138. .sfot a:hover{font-size:9px}
  2139.  
  2140.  
  2141.  
  2142.  
  2143.  
  2144.  
  2145.  
  2146. .li {opacity: 1}
  2147.  
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154. .li2 {opacity: 0.8}
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162. .li3 {opacity: 0.6}
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170. .li4 {opacity: 0.8}
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178. .li5 {opacity: 1}
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186. .s1 {text-align: center; position: fixed; float: left; margin-top: 111px; margin-left: 337px; font-size: 9px;}
  2187.  
  2188.  
  2189.  
  2190.  
  2191.  
  2192.  
  2193.  
  2194. .s1 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2195.  
  2196.  
  2197.  
  2198.  
  2199.  
  2200.  
  2201.  
  2202. .s1 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211.  
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218. .s2 {text-align: center; position: fixed; float: left; margin-top: 146px; margin-left: 337px; font-size: 9px;}
  2219.  
  2220.  
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226. .s2 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234. .s2 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2235.  
  2236.  
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245.  
  2246.  
  2247.  
  2248.  
  2249.  
  2250. .s3 {text-align: center; position: fixed; float: left; margin-top: 181px; margin-left: 337px; font-size: 9px;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2251.  
  2252.  
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258. .s3 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2259.  
  2260.  
  2261.  
  2262.  
  2263.  
  2264.  
  2265.  
  2266. .s3 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2267.  
  2268.  
  2269.  
  2270.  
  2271.  
  2272.  
  2273.  
  2274.  
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281.  
  2282. .s4 {text-align: center; position: fixed; float: left; margin-top: 216px; margin-left: 337px; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2283.  
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289.  
  2290. .s4 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2291.  
  2292.  
  2293.  
  2294.  
  2295.  
  2296.  
  2297.  
  2298. .s4 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2299.  
  2300.  
  2301.  
  2302.  
  2303.  
  2304.  
  2305.  
  2306.  
  2307.  
  2308.  
  2309.  
  2310.  
  2311.  
  2312.  
  2313.  
  2314. .s5 {text-align: center; position: fixed; float: left; margin-top: 251px; margin-left: 337px; font-size: 9px;}
  2315.  
  2316.  
  2317.  
  2318.  
  2319.  
  2320.  
  2321.  
  2322. .s5 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330. .s5 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 125px;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2331.  
  2332.  
  2333.  
  2334.  
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344. div#credit{background-color: #000000; letter-spacing: 2px; color: #FFFFFF; width:100px; height:75px; position: fixed; padding-top: 30px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; margin-left: 1004px; font-family: tahoma; margin-top: 28px; px; z-index: 2;}
  2345.  
  2346.  
  2347.  
  2348. div#credit:hover {background-color: #EBEBEB; height: 50px; color: transparent;}
  2349.  
  2350.  
  2351.  
  2352.  
  2353.  
  2354.  
  2355.  
  2356. .credito {text-align: justify; font-size: 9px; position: fixed; color: transparent; width: 100px; margin-top: -25px; margin-left: 5px; }
  2357.  
  2358.  
  2359.  
  2360. .credito:hover {color: #272727; font-size: 9px; text-align: justify;}
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369.  
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376. #xp {text-align: center; margin: 20px auto 20px auto; width: 860px; background-color: ;}
  2377.  
  2378.  
  2379.  
  2380.  
  2381.  
  2382.  
  2383.  
  2384. .tlinks1 {float: left; text-align: center; font-family: verdana; font-size: 9px;}
  2385.  
  2386.  
  2387.  
  2388. .tlinks1 a {display: block; color:#fafafa; background-color: #000; text-align: center; width: 100px; padding: 5px 0px 5px 0px; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2389.  
  2390.  
  2391.  
  2392. .tlinks1 a:hover{background-color: #fafafa; color:#000; letter-spacing: 2px;}
  2393.  
  2394.  
  2395.  
  2396. .tlinks2 {margin-left: 100px; text-align: center; font-family: verdana; font-size: 9px;}
  2397.  
  2398. .tlinks2 a{display: block; color:#fafafa; background-color: #000; text-align: center; width: 107px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2399.  
  2400. .tlinks2 a:hover{background-color: #fafafa; color:#000; letter-spacing: 2px;}
  2401.  
  2402.  
  2403.  
  2404. .tlinks3 {margin-left: 607px; text-align: center; font-family: verdana; font-size: 9px; margin-top: -24px;}
  2405.  
  2406. .tlinks3 a{display: block; color:#fafafa; background-color: #000; text-align: center; width: 100px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2407.  
  2408. .tlinks3 a:hover{background-color: #fafafa; color:#000; letter-spacing: 2px;}
  2409.  
  2410.  
  2411.  
  2412. .tlinks4 {margin-left: 207px; text-align: center; font-family: verdana; font-size: 9px; margin-top: -24px;}
  2413.  
  2414. .tlinks4 a{display: block; color:#fafafa; background-color: #000; text-align: center; width: 100px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2415.  
  2416. .tlinks4 a:hover{background-color: #fafafa; color:#000; letter-spacing: 2px;}
  2417.  
  2418.  
  2419.  
  2420. .tlinks5 {margin-left: 307px; text-align: center; font-family: verdana; font-size: 9px; margin-top: -24px;}
  2421.  
  2422. .tlinks5 a{display: block; color:#fafafa; background-color: #000; text-align: center; width: 100px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2423.  
  2424. .tlinks5 a:hover{background-color: #fafafa; color:#000; letter-spacing: 2px;}
  2425.  
  2426.  
  2427.  
  2428. .tlinks6 {margin-left: 407px; text-align: center; font-family: verdana; font-size: 9px; margin-top: -24px;}
  2429.  
  2430. .tlinks6 a{display: block; color:#fafafa; background-color: #000; text-align: center; width: 100px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2431.  
  2432. .tlinks6 a:hover{background-color: #fafafa; color:#000; letter-spacing: 2px;}
  2433.  
  2434.  
  2435.  
  2436. .tlinks7 {margin-left: 507px; text-align: center; font-family: verdana; font-size: 9px; margin-top: -24px;}
  2437.  
  2438. .tlinks7 a{display: block; color:#fafafa; background-color: #000; text-align: center; width: 100px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2439.  
  2440. .tlinks7 a:hover{background-color: #fafafa; color:#000; letter-spacing: 2px;}
  2441.  
  2442.  
  2443.  
  2444. .tlinks8 {float: right; text-align: center; font-family: verdana; font-size: 9px; margin-top: -24px;}
  2445.  
  2446. .tlinks8 a{display: block; color:#fafafa; background-color:#000; text-align: center; width: 100px; padding: 5px 0 5px 0; margin-bottom: 2px; text-transform: lowercase; text-decoration: none; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -o-transition: all 0.8s linear; transition: all 0.8s linear;}
  2447.  
  2448. .tlinks8 a:hover{background-color: #fafafa; color:#000; letter-spacing: 2px;}
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456. #sfot {height: 100%; width:200px; position:fixed; margin-top:80px; overflow:hidden; background-color: ; border-left:0px solid; border-right:0px solid; padding:3px}
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464. .sidebarquadrado{clear: both; text-align: justify; background-color: ; opacity: 0.8; filter:alpha (opacity=100); margin: 0px 0px 0px 0px; padding: 3px; font-family: verdana; font-size: 9px; margin-top:250px; }
  2465.  
  2466.  
  2467.  
  2468. .sidebarquadrado a{font-size:10px;}
  2469.  
  2470.  
  2471.  
  2472. .sidebarquadrado a:hover{font-size:10px}
  2473.  
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480.  
  2481.  
  2482.  
  2483.  
  2484. #stitle {width: 465px; height:auto; text-align: center; position: fixed; background-color: #ffffff;}
  2485.  
  2486.  
  2487.  
  2488.  
  2489.  
  2490.  
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496. .ppk {width: 460px; margin-left: 5px; margin-top: 5px; padding: 5px; text-align: center; margin-bottom: 3px; background-color: #000000; letter-spacing: 4px; font-size: 9px; font-family: verdana; color: #FFFFFF; }
  2497.  
  2498.  
  2499.  
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511.  
  2512. .mrang {width: 380px; margin-left: 5px; padding: 5px; text-align: center; margin-bottom: 3px; background-color: #7E7E7E; letter-spacing: 3px; font-size: 9px; font-family: verdana; color:#ffffff; }
  2513.  
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525.  
  2526.  
  2527.  
  2528. .duda {width: 290px; margin-left: 5px; padding: 5px; text-align: center; margin-bottom: 5px; background-color: #B1B1B1; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#FFFFFF; }
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536. .duda2 {width: 520px; margin-left: 5px; padding: 5px; text-align: center; margin-bottom: 5px; background-color: #eee; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#000; }
  2537.  
  2538.  
  2539.  
  2540. .bigquote{font-size: 80px; font-family: georgia; line-height: 80px; opacity: 0.2; filter:alpha (opacity=20)}
  2541.  
  2542. .pquote{font-family: georgia; font-size: 20px; font-style: italic; letter-spacing: -1px; line-height: 20px; text-transform: none; margin-top: -70px; margin-left:45px}
  2543.  
  2544. #stitle2 {width: 465px; height:auto; text-align: center; position: fixed; background-color: #ffffff;}
  2545.  
  2546.  
  2547.  
  2548. .ppk2 {width: 458px; margin-left: 5px; margin-top: 0px; padding: 5px; text-align: center; margin-bottom: 3px; background-color: #000000; letter-spacing: 4px; font-size: 9px; font-family: verdana; color: #FFFFFF; }
  2549.  
  2550.  
  2551.  
  2552. .mrang2 {width: 380px; margin-left: 5px; padding: 5px; text-align: center; margin-bottom: 3px; background-color: #7E7E7E; letter-spacing: 3px; font-size: 9px; font-family: verdana; color:#ffffff; }
  2553.  
  2554.  
  2555.  
  2556. .duda2 {width: 290px; margin-left: 5px; padding: 5px; text-align: center; margin-bottom: 5px; background-color: #B1B1B1; letter-spacing: 4px; font-size: 9px; font-family: verdana; color:#FFFFFF; }
  2557.  
  2558.  
  2559.  
  2560. .li {opacity: 1}
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568. .li2 {opacity: 0.8}
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576. .li3 {opacity: 0.6}
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584. .li4 {opacity: 0.8}
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592. .li5 {opacity: 1}
  2593.  
  2594.  
  2595.  
  2596.  
  2597.  
  2598.  
  2599.  
  2600. .s1 {text-align: center; position: fixed; float: left; margin-top: 113px; margin-left: 337px; font-size: 9px;}
  2601.  
  2602.  
  2603.  
  2604.  
  2605.  
  2606.  
  2607.  
  2608. .s1 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2609.  
  2610.  
  2611.  
  2612.  
  2613.  
  2614.  
  2615.  
  2616. .s1 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 115px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622.  
  2623.  
  2624.  
  2625.  
  2626.  
  2627.  
  2628.  
  2629.  
  2630.  
  2631.  
  2632. .s2 {text-align: center; position: fixed; float: left; margin-top: 148px; margin-left: 337px; font-size: 9px;}
  2633.  
  2634.  
  2635.  
  2636.  
  2637.  
  2638.  
  2639.  
  2640. .s2 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2641.  
  2642.  
  2643.  
  2644.  
  2645.  
  2646.  
  2647.  
  2648. .s2 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 115px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656.  
  2657.  
  2658.  
  2659.  
  2660.  
  2661.  
  2662.  
  2663.  
  2664. .s3 {text-align: center; position: fixed; float: left; margin-top: 183px; margin-left: 337px; font-size: 9px;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671.  
  2672. .s3 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679.  
  2680. .s3 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 115px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691.  
  2692.  
  2693.  
  2694.  
  2695.  
  2696. .s4 {text-align: center; position: fixed; float: left; margin-top: 218px; margin-left: 337px; font-size: 9px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2697.  
  2698.  
  2699.  
  2700.  
  2701.  
  2702.  
  2703.  
  2704. .s4 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2705.  
  2706.  
  2707.  
  2708.  
  2709.  
  2710.  
  2711.  
  2712. .s4 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 115px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2713.  
  2714.  
  2715.  
  2716.  
  2717.  
  2718.  
  2719.  
  2720.  
  2721.  
  2722.  
  2723.  
  2724.  
  2725.  
  2726.  
  2727.  
  2728. .s5 {text-align: center; position: fixed; float: left; margin-top: 253px; margin-left: 337px; font-size: 9px;}
  2729.  
  2730.  
  2731.  
  2732.  
  2733.  
  2734.  
  2735.  
  2736. .s5 a {display: block; font-family: verdana; font-size: 9px; text-align: center; width: 25px; height: 25px; background-color: #000; color:#ffffff; text-decoration: none; padding: 10px 5px 0px 5px; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2737.  
  2738.  
  2739.  
  2740.  
  2741.  
  2742.  
  2743.  
  2744. .s5 a:hover{text-align: center; letter-spacing: 3px; background-color: #ffffff; color:#fff; width: 115px;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
  2745.  
  2746.  
  2747.  
  2748.  
  2749.  
  2750.  
  2751.  
  2752. #simag {margin-bottom:2px; height: 150px;margin-left:-1px;}
  2753.  
  2754.  
  2755.  
  2756. #simag img { height: 150px; margin-left:-1px;}
  2757.  
  2758.  
  2759.  
  2760.  
  2761.  
  2762.  
  2763.  
  2764.  
  2765.  
  2766.  
  2767.  
  2768. #smine {margin-top:70px; margin-left:0px; position:fixed; background-color: ; border-left:0px solid; border-right:0px solid; padding:3px; height: 150px;}
  2769.  
  2770.  
  2771.  
  2772.  
  2773.  
  2774.  
  2775.  
  2776.  
  2777.  
  2778.  
  2779.  
  2780. .navi{margin-left:1px; float: left;text-align: center; font-family: verdana; font-size: 9px;}
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786.  
  2787.  
  2788. .navi a {display: block;color:; background-color: ; text-align: center; width: 95px; height:35px; padding: 2px 5px 2px 0px; margin-right:2px; text-transform: lowercase; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -o-transition: all 0.8s linear; transition: all 0.4s linear;}
  2789.  
  2790.  
  2791.  
  2792. .navi a:hover{background-color: ; color:#000000;letter-spacing: 8px }
  2793.  
  2794.  
  2795.  
  2796.  
  2797.  
  2798.  
  2799.  
  2800. .nav2{margin-left:0px; float: left;text-align: center; font-family: georgia; font-size: 9px;}
  2801.  
  2802.  
  2803.  
  2804.  
  2805.  
  2806.  
  2807.  
  2808. .nav2 a {display: block;color:; background-color: ; text-align: center; width: 1px; padding: 2px 5px 2px 0px; margin-right:0px;}
  2809.  
  2810.  
  2811.  
  2812. .nav2 a:hover{background-color: ; color: ; }
  2813.  
  2814.  
  2815.  
  2816.  
  2817.  
  2818.  
  2819.  
  2820. .llinks{width: 600px; font-size: 10px;}
  2821.  
  2822.  
  2823.  
  2824.  
  2825.  
  2826.  
  2827.  
  2828. .llinks a{display: block; text-decoration: none; color: #fff; background-color: #363636; padding: 3px 0px 3px 0px; margin: 0 0 1px 0;}
  2829.  
  2830.  
  2831.  
  2832.  
  2833.  
  2834.  
  2835.  
  2836. .llinks a:hover{background-color:#000; color:#fff; text-transform: lowercase; -webkit-box-shadow: 0 0 0em transparent;}
  2837.  
  2838.  
  2839.  
  2840.  
  2841.  
  2842.  
  2843.  
  2844. #ahjussi{
  2845.  
  2846.  
  2847.  
  2848.  
  2849.  
  2850.  
  2851.  
  2852. text-align:center;
  2853.  
  2854.  
  2855.  
  2856.  
  2857.  
  2858.  
  2859.  
  2860. display:inline-block;
  2861.  
  2862.  
  2863.  
  2864.  
  2865.  
  2866.  
  2867.  
  2868. width:95px;
  2869.  
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876. color: #fff;
  2877.  
  2878.  
  2879.  
  2880.  
  2881.  
  2882.  
  2883.  
  2884. background-color: #000;
  2885.  
  2886.  
  2887.  
  2888.  
  2889.  
  2890.  
  2891.  
  2892. }
  2893.  
  2894.  
  2895.  
  2896.  
  2897.  
  2898.  
  2899.  
  2900. #ahjussi:hover #ahjumma a:first-child{
  2901.  
  2902.  
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908. border-top:0px solid #FFF;
  2909.  
  2910.  
  2911.  
  2912.  
  2913.  
  2914.  
  2915.  
  2916. }
  2917.  
  2918.  
  2919.  
  2920.  
  2921.  
  2922.  
  2923.  
  2924. #ahjussi:hover #ahjumma{
  2925.  
  2926.  
  2927.  
  2928.  
  2929.  
  2930.  
  2931.  
  2932. opacity:1;
  2933.  
  2934.  
  2935.  
  2936.  
  2937.  
  2938.  
  2939.  
  2940. margin-top:0px;
  2941.  
  2942.  
  2943.  
  2944.  
  2945.  
  2946.  
  2947.  
  2948. -webkit-transition-duration:.2s;
  2949.  
  2950.  
  2951.  
  2952.  
  2953.  
  2954.  
  2955.  
  2956. overflow:hidden;
  2957.  
  2958.  
  2959.  
  2960.  
  2961.  
  2962.  
  2963.  
  2964. background-color:#000;
  2965.  
  2966.  
  2967.  
  2968.  
  2969.  
  2970.  
  2971.  
  2972. z-index:9;
  2973.  
  2974.  
  2975.  
  2976.  
  2977.  
  2978.  
  2979.  
  2980. height:auto;
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986.  
  2987.  
  2988. }
  2989.  
  2990.  
  2991.  
  2992.  
  2993.  
  2994.  
  2995.  
  2996. #ahjumma{
  2997.  
  2998.  
  2999.  
  3000.  
  3001.  
  3002.  
  3003.  
  3004. position:absolute;
  3005.  
  3006.  
  3007.  
  3008.  
  3009.  
  3010.  
  3011.  
  3012. margin-top:-5px;
  3013.  
  3014.  
  3015.  
  3016.  
  3017.  
  3018.  
  3019.  
  3020. opacity:0;
  3021.  
  3022.  
  3023.  
  3024.  
  3025.  
  3026.  
  3027.  
  3028. margin-left:0px;
  3029.  
  3030.  
  3031.  
  3032.  
  3033.  
  3034.  
  3035.  
  3036. width:95px;
  3037.  
  3038.  
  3039.  
  3040.  
  3041.  
  3042.  
  3043.  
  3044. overflow:hidden;
  3045.  
  3046.  
  3047.  
  3048.  
  3049.  
  3050.  
  3051.  
  3052. height:0px;
  3053.  
  3054.  
  3055.  
  3056.  
  3057.  
  3058.  
  3059.  
  3060. }
  3061.  
  3062.  
  3063.  
  3064.  
  3065.  
  3066.  
  3067.  
  3068. #ahjumma a{
  3069.  
  3070.  
  3071.  
  3072.  
  3073.  
  3074.  
  3075.  
  3076. color:#fff;
  3077.  
  3078.  
  3079.  
  3080.  
  3081.  
  3082.  
  3083.  
  3084.  
  3085.  
  3086.  
  3087.  
  3088. text-align:center;
  3089.  
  3090.  
  3091.  
  3092.  
  3093.  
  3094.  
  3095.  
  3096. display:block;
  3097.  
  3098.  
  3099.  
  3100.  
  3101.  
  3102.  
  3103.  
  3104.  
  3105.  
  3106.  
  3107.  
  3108.  
  3109.  
  3110.  
  3111.  
  3112. line-height:15px;
  3113.  
  3114.  
  3115.  
  3116.  
  3117.  
  3118.  
  3119.  
  3120. }
  3121.  
  3122.  
  3123.  
  3124.  
  3125.  
  3126.  
  3127.  
  3128. #ahjumma a:hover{
  3129.  
  3130.  
  3131.  
  3132.  
  3133.  
  3134.  
  3135.  
  3136.  
  3137.  
  3138.  
  3139.  
  3140.  
  3141.  
  3142.  
  3143.  
  3144. color:#ffffff;
  3145.  
  3146.  
  3147.  
  3148.  
  3149.  
  3150.  
  3151.  
  3152. background-color:#000000;
  3153.  
  3154.  
  3155.  
  3156.  
  3157.  
  3158.  
  3159.  
  3160. }
  3161.  
  3162.  
  3163.  
  3164.  
  3165.  
  3166.  
  3167.  
  3168.  
  3169.  
  3170.  
  3171.  
  3172.  
  3173.  
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179.  
  3180. .permalink{
  3181.  
  3182.  
  3183.  
  3184.  
  3185.  
  3186.  
  3187.  
  3188. text-align: center;
  3189.  
  3190.  
  3191.  
  3192.  
  3193.  
  3194.  
  3195.  
  3196. font-size: 10px;
  3197.  
  3198.  
  3199.  
  3200.  
  3201.  
  3202.  
  3203.  
  3204. opacity:0;
  3205.  
  3206.  
  3207.  
  3208.  
  3209.  
  3210.  
  3211.  
  3212. position:absolute;
  3213.  
  3214.  
  3215.  
  3216.  
  3217.  
  3218.  
  3219.  
  3220. float:left;
  3221.  
  3222.  
  3223.  
  3224.  
  3225.  
  3226.  
  3227.  
  3228. padding-left:15px;
  3229.  
  3230.  
  3231.  
  3232.  
  3233.  
  3234.  
  3235.  
  3236. margin-left:405px;
  3237.  
  3238.  
  3239.  
  3240.  
  3241.  
  3242.  
  3243.  
  3244. -moz-transition: all 0.0s ease-out;
  3245.  
  3246.  
  3247.  
  3248.  
  3249.  
  3250.  
  3251.  
  3252. -o-transition: all 0.0s ease-out;
  3253.  
  3254.  
  3255.  
  3256.  
  3257.  
  3258.  
  3259.  
  3260. -webkit-transition: all 0.0s ease-out;
  3261.  
  3262.  
  3263.  
  3264.  
  3265.  
  3266.  
  3267.  
  3268. transition: all 0.3s ease-out;
  3269.  
  3270.  
  3271.  
  3272. width:95px;
  3273.  
  3274.  
  3275.  
  3276.  
  3277.  
  3278.  
  3279.  
  3280.  
  3281.  
  3282.  
  3283.  
  3284. }
  3285.  
  3286.  
  3287.  
  3288.  
  3289.  
  3290.  
  3291.  
  3292. .permalink a:{
  3293.  
  3294.  
  3295.  
  3296.  
  3297.  
  3298.  
  3299.  
  3300. color: #fff;
  3301.  
  3302.  
  3303.  
  3304.  
  3305.  
  3306.  
  3307.  
  3308. background-color: transparent;
  3309.  
  3310.  
  3311.  
  3312.  
  3313.  
  3314.  
  3315.  
  3316. }
  3317.  
  3318.  
  3319.  
  3320.  
  3321.  
  3322.  
  3323.  
  3324. .permalink a:hover{
  3325.  
  3326.  
  3327.  
  3328.  
  3329.  
  3330.  
  3331.  
  3332. color: fff;
  3333.  
  3334.  
  3335.  
  3336.  
  3337.  
  3338.  
  3339.  
  3340. background-color: #363636
  3341.  
  3342.  
  3343.  
  3344.  
  3345.  
  3346.  
  3347.  
  3348. }
  3349.  
  3350.  
  3351.  
  3352.  
  3353.  
  3354.  
  3355.  
  3356. /*** Paginação by madlyluv.com ***/
  3357.  
  3358.  
  3359.  
  3360.  
  3361.  
  3362.  
  3363.  
  3364. #paginacaoml {font-size: 10px; font-weight: bold; line-height: 21px; text-shadow: 0 1px 1px #fff;}
  3365.  
  3366.  
  3367.  
  3368.  
  3369.  
  3370.  
  3371.  
  3372. #paginacaoml a {background: #cor_1; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_2; text-decoration: none;}
  3373.  
  3374.  
  3375.  
  3376.  
  3377.  
  3378.  
  3379.  
  3380. #paginacaoml a:hover {background: #cor_3; border: none;}
  3381.  
  3382.  
  3383.  
  3384.  
  3385.  
  3386.  
  3387.  
  3388. #paginacaoml span.pagina_atual {background: #cor_4; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_5; text-decoration: none;}
  3389.  
  3390.  
  3391.  
  3392.  
  3393.  
  3394.  
  3395.  
  3396. #paginacaoml span.info {background: #cor_6; margin: 0 1px 0 0; padding: 2px 4px; color: #cor_7; text-decoration: none;}
  3397.  
  3398.  
  3399.  
  3400.  
  3401.  
  3402.  
  3403.  
  3404. #source {text-align: left}
  3405.  
  3406.  
  3407.  
  3408.  
  3409.  
  3410.  
  3411.  
  3412.  
  3413.  
  3414.  
  3415.  
  3416.  
  3417.  
  3418.  
  3419.  
  3420. </style>
  3421.  
  3422.  
  3423.  
  3424. <style type="text/css"></style>
  3425.  
  3426.  
  3427.  
  3428. <meta name="robots" content="noindex"/><meta http-equiv="x-dns-prefetch-control" content="off"/><meta http-equiv="x-dns-prefetch-control" content="off"/></head>
  3429.  
  3430.  
  3431.  
  3432.  
  3433.  
  3434.  
  3435.  
  3436.  
  3437.  
  3438.  
  3439.  
  3440. <body onkeydown="return false">
  3441.  
  3442.  
  3443.  
  3444.  
  3445.  
  3446.  
  3447.  
  3448. <div id="container">
  3449.  
  3450.  
  3451.  
  3452.  
  3453.  
  3454.  
  3455.  
  3456.  
  3457.  
  3458. <div id="entries">
  3459.  
  3460. {block:Posts}
  3461. <div id="entry">
  3462.  
  3463. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  3464. {block:Text}{Body}{/block:Text}
  3465.  
  3466. {block:Quote}<h2>"{Quote}" — {Source}</h2>{/block:Quote}
  3467.  
  3468. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  3469. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  3470.  
  3471. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  3472. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  3473.  
  3474. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  3475.  
  3476. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  3477.  
  3478. {block:Answer}<div id="questions">{Asker}<b> sussurrou:</b> "{Question}"</div>
  3479. {Answer}{/block:answer}
  3480.  
  3481. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  3482.  
  3483. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> /{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} / © <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br />{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><BR>
  3484. {/block:Posts}
  3485. {block:PostNotes}{PostNotes}{/block:PostNotes}
  3486.  
  3487. </div>
  3488.  
  3489.  
  3490.  
  3491.  
  3492. <div id="tbar">
  3493.  
  3494.  
  3495.  
  3496. <div id="tbar"><div id="simage2">
  3497.  
  3498. <p>
  3499.  
  3500. <img src="http://static.tumblr.com/xjd9aob/1xrlu9uim/1x.png"height="130" width="160" />
  3501.  
  3502. </p>
  3503.  
  3504. <p>
  3505.  
  3506. <img src="http://static.tumblr.com/xjd9aob/auilugkxv/1x.png"height="130" width="160" />
  3507.  
  3508. </p>
  3509.  
  3510. <p>
  3511.  
  3512. <img src="http://static.tumblr.com/xjd9aob/bQjlu9uir/3x.png"height="130" width="160" />
  3513.  
  3514. </p>
  3515.  
  3516. <p>
  3517.  
  3518. <img src="http://static.tumblr.com/xjd9aob/E6zlugky5/4x.png"height="130" width="160" />
  3519.  
  3520. </p>
  3521.  
  3522. </div></center>
  3523.  
  3524.  
  3525.  
  3526.  
  3527.  
  3528. </div></div><div id="tit"> <div id="tit1"></div><div id="tit2"></div><div id="tit3"></div><div id="tit4"></div><div id="tit5"></div><div id="tit6"></div><div id="tit7"></div><div id="tit8"></div><div id="tit9"></div><div id="tit10"></div><div id="tit11"></div><div id="tit12"></div><div id="tit13"></div><div id="tit14"></div><div id="tit15"></div><div id="tit16"></div><div id="tit17"></div><div id="tit18"></div></div>
  3529.  
  3530.  
  3531.  
  3532.  
  3533.  
  3534. <div id="sbar">
  3535.  
  3536.  
  3537.  
  3538. <br>
  3539.  
  3540.  
  3541.  
  3542. <div id="paginacaoml">
  3543.  
  3544. <center>
  3545.  
  3546.  
  3547.  
  3548.  
  3549.  
  3550.  
  3551.  
  3552.  
  3553.  
  3554. <span class="pagina_atual">1</span>
  3555.  
  3556.  
  3557.  
  3558.  
  3559.  
  3560.  
  3561.  
  3562.  
  3563.  
  3564.  
  3565.  
  3566.  
  3567.  
  3568. <a class="jump_page" href="/page/2">2</a>
  3569.  
  3570.  
  3571.  
  3572.  
  3573.  
  3574.  
  3575.  
  3576.  
  3577.  
  3578. <a class="jump_page" href="/page/3">3</a>
  3579.  
  3580.  
  3581.  
  3582.  
  3583.  
  3584.  
  3585.  
  3586.  
  3587.  
  3588. <a class="jump_page" href="/page/4">4</a>
  3589.  
  3590.  
  3591.  
  3592.  
  3593.  
  3594.  
  3595.  
  3596.  
  3597.  
  3598. <a class="jump_page" href="/page/5">5</a>
  3599.  
  3600.  
  3601.  
  3602.  
  3603.  
  3604. <a href="/page/2">&raquo;</a></center>
  3605.  
  3606. </td></tr></table>
  3607.  
  3608.  
  3609.  
  3610.  
  3611.  
  3612. </div>
  3613.  
  3614.  
  3615.  
  3616.  
  3617.  
  3618. </div>
  3619.  
  3620.  
  3621.  
  3622.  
  3623.  
  3624.  
  3625.  
  3626.  
  3627.  
  3628. </div>
  3629.  
  3630.  
  3631.  
  3632.  
  3633.  
  3634. </div></div>
  3635.  
  3636.  
  3637.  
  3638.  
  3639.  
  3640.  
  3641.  
  3642.  
  3643.  
  3644.  
  3645.  
  3646.  
  3647.  
  3648. <div id="sidb5">
  3649.  
  3650. <div style="border-width:8px; width: 220; height:300; border-color: #000000; border-style: INSET"> <img src="http://static.tumblr.com/xjd9aob/1xrlu9uim/1x.png" height="290" width="210" /> </div>
  3651.  
  3652. </div></div>
  3653.  
  3654. </div>
  3655.  
  3656. <div id="sidb10">
  3657.  
  3658.  
  3659.  
  3660.  
  3661.  
  3662. <div class="s1"><div class="li"><a href="/">L <span style='color:#000;'>home</span></a></div></div>
  3663.  
  3664.  
  3665.  
  3666.  
  3667.  
  3668.  
  3669.  
  3670. <div class="s2"><div class="li2"><a href="/ask">I <span style='color:#000;'>ask</span></a></div></div>
  3671.  
  3672.  
  3673.  
  3674.  
  3675.  
  3676.  
  3677.  
  3678. <div class="s3"><div class="li3"><a href="/link">N <span style='color:#000;'>f.a.q</span></a></div></div>
  3679.  
  3680.  
  3681.  
  3682.  
  3683.  
  3684.  
  3685.  
  3686. <div class="s4"><div class="li4"><a href="/link">K <span style='color:#000;'>texts</b></b></span></a></div></div>
  3687.  
  3688.  
  3689.  
  3690.  
  3691.  
  3692.  
  3693.  
  3694. <div class="s5"><div class="li5"><a href="/link">S </b></b><span style='color:#000;'>link<i></i></span></a></div></div>
  3695.  
  3696. </div>
  3697.  
  3698. <script type="text/javascript"> Cufon.now(); </script>
  3699.  
  3700. <!-- BEGIN TUMBLR CODE --><iframe src="http://assets.tumblr.com/iframe.html?10&src=http%3A%2F%2Fmaquina-dor.tumblr.com%2F&amp;lang=en_US&amp;name=maquina-dor" scrolling="no" width="330" height="25" frameborder="0" style="position:absolute; z-index:1337; top:0px; right:0px; border:0px; background-color:transparent; overflow:hidden;" id="tumblr_controls"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><script type="text/javascript">_qoptions={qacct:"p-19UtqE8ngoZbM"};</script><script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script><noscript><img src="http://pixel.quantserve.com/pixel/p-19UtqE8ngoZbM.gif" style="display:none; border-width:0px; height:1px; width:1px;" alt=""/></noscript><!-- END TUMBLR CODE --></body>
  3701.  
  3702.  
  3703.  
  3704. <div id="sidb11">
  3705.  
  3706. <div id="footer">
  3707.  
  3708. <div class="tuti"><center>titulo aqui</center></div>
  3709.  
  3710. <div class="title">
  3711.  
  3712. <div class="titled">
  3713.  
  3714. subtitulo aqui<div class="describe">
  3715.  
  3716. subtitulo 2</div>
  3717.  
  3718. </div>
  3719.  
  3720. </div>
  3721.  
  3722. </div>
  3723.  
  3724. <br />
  3725.  
  3726. </div>
  3727.  
  3728.  
  3729.  
  3730. <div id="sidb12">
  3731.  
  3732. <div style="border: 0px solid rgb(230, 230, 250); overflow: auto; color: #000000; background-color: ; width: 240px; text-align: justify; font-family: verdana; height: 140px; padding: 5px 5px 5px 5px; font-size:10px; line-height: 100%">
  3733.  
  3734. <br>
  3735.  
  3736. <br>
  3737.  
  3738. <br>
  3739.  
  3740. <br>
  3741.  
  3742. <br>
  3743.  
  3744. Então, eu tenho uma proposta pra você: vem aqui na minha casa, não precisa trazer nada. Só você já está de bom tamanho. Eu tenho um quarto pequeno, uma cama pequena e umas poucas cobertas. Mas, se a gente se apertar e ficar junto, cabe direitinho. São 4:15 da manhã e o meu quarto está um gelo, eu estou tremendo de frio. Ridículo, mas eu desaprendi a dormir sem você ao meu lado. (...) Se vieres, tem você e eu também. Traz também a segurança do teu abraço e o brilho dos meus olhos. Ah, e não se esquece do principal - o amor. Vem cheio de amor, porque eu entrei em abstinência disso. E preciso repôr todo amor que me faltou. Então, você promete não demorar?
  3745.  
  3746. <b><!------inicio contador------> <script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=http://ultimas-memorias.tumblr.com/"></script></a> <!------final contador------></b>
  3747.  
  3748. </br>
  3749.  
  3750. </br>
  3751.  
  3752. </br>
  3753.  
  3754.  
  3755.  
  3756. </div>
  3757.  
  3758. </div>
  3759.  
  3760. <div id="sidb13">
  3761.  
  3762.  
  3763.  
  3764. <center><div class="llinks">
  3765.  
  3766.  
  3767.  
  3768.  
  3769.  
  3770.  
  3771.  
  3772.  
  3773.  
  3774.  
  3775.  
  3776.  
  3777.  
  3778. <div id="ahjussi"><a href="#">DESAPARATE</a>
  3779.  
  3780.  
  3781.  
  3782.  
  3783.  
  3784.  
  3785.  
  3786. <div id="ahjumma">
  3787.  
  3788.  
  3789.  
  3790. <a href="http://www.tumblr.com/dashboard">volte<b>sempre</b></a>
  3791.  
  3792.  
  3793.  
  3794. </div></div>
  3795.  
  3796.  
  3797.  
  3798.  
  3799.  
  3800.  
  3801.  
  3802.  
  3803.  
  3804. <div id="ahjussi"><a href="#">EXTRAS</a>
  3805.  
  3806.  
  3807.  
  3808.  
  3809.  
  3810.  
  3811.  
  3812. <div id="ahjumma">
  3813.  
  3814.  
  3815.  
  3816. <a href="/recomendo">+follow</a><a href="/link"><b>link</b></a>
  3817.  
  3818.  
  3819.  
  3820. </div></div>
  3821.  
  3822.  
  3823.  
  3824. <div id="ahjussi"><a href="#">LINKS ÚTEIS</a>
  3825.  
  3826.  
  3827.  
  3828. <div id="ahjumma">
  3829.  
  3830.  
  3831.  
  3832. <a href=",/submit"/>envie-me</a>
  3833. </center>
  3834.  
  3835.  
  3836.  
  3837.  
  3838.  
  3839.  
  3840.  
  3841.  
  3842.  
  3843.  
  3844.  
  3845. </div>
  3846.  
  3847.  
  3848.  
  3849. </div>
  3850.  
  3851. <div id="sidb14">
  3852.  
  3853. <pre><div style="border: 0px solid rgb(205, 211, 218); padding: 5px; width: 550px; overflow: auto; background-color: rgb(255, 255, 255);"><font face="arial"> Theme por <a href="http://m-a-r-e-s-i-a.tumblr.com"/><b>m-a-r-e-s-i-a</b></a>; baseado em nbtr + detalhes da diva tamires c + nohearthgirl + deslocado + queridasolidão e menu de im-mutable, não copie esse theme que te caço palhaço (a) @@:</font></div></pre>
  3854.  
  3855. </div>
  3856.  
  3857. <div id="sidb15">
  3858.  
  3859.  
  3860.  
  3861. <div id="xp">
  3862.  
  3863.  
  3864.  
  3865. <center><div class="jj"><pre><div style="border: px solid #F0F0F0; margin-top: -15px; padding: 5px; overflow: auto; background-color: #FAFAFA; width: 464px;"><div class="simage"><marquee direction="left" scrollamount="3" behavior="alternate" onmouseover="this.stop()" onmouseout="this.start()"><img src="http://static.tumblr.com/xjd9aob/1xrlu9uim/1x.png"/> <img src="http://static.tumblr.com/xjd9aob/bQjlu9uir/3x.png"/> <img src="http://static.tumblr.com/xjd9aob/1xrlu9uim/1x.png"/> <img src="http://static.tumblr.com/xjd9aob/bQjlu9uir/3x.png"/> <img src="http://static.tumblr.com/xjd9aob/1xrlu9uim/1x.png"/>
  3866.  
  3867.  
  3868.  
  3869. </marquee></div></div></pre></div>
  3870.  
  3871. <div id="cook"></center>
  3872.  
  3873. </div></div>
  3874.  
  3875.  
  3876.  
  3877. <div id="credit"><div class="credito"><center><p>Escreva aqui sobre voce, escreva , aqu sobre voce, escreva aqui sobre voce e pá</p>
  3878.  
  3879. <p></p></center></div><center>ABOUT
  3880.  
  3881. <p>[...]</p></center></div>
  3882.  
  3883.  
  3884.  
  3885. <div id="sidb3">
  3886.  
  3887. <br>
  3888.  
  3889. <big><big><big><big><big><big><big><big>{</big></big></big></big></big></big></big></big>
  3890.  
  3891. </br>
  3892.  
  3893. </div>
  3894.  
  3895. <div id="sidb4">
  3896.  
  3897. <br>
  3898.  
  3899. <big><big><big><big><big><big><big><big>}</big></big></big></big></big></big></big></big>
  3900.  
  3901. </div>
  3902.  
  3903. <div id="sidb17"><p><small>[..]</small></p>
  3904.  
  3905. <center><font face="times new roman"><big><big><big><big><big><big><big><big><big>me ch(ama) ?</big></big></big></big></big></big></big></big></big></font></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement