<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feed.viold.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feed.viold.com" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feed.feedsky.com/zapai" type="application/rss+xml"></fs:self_link><lastBuildDate>Wed, 01 Sep 2010 02:12:38 GMT</lastBuildDate><title>JET'S BLOG</title><description>关注互联网 分享有趣的东东和生活的感悟</description><link>http://www.viold.com/</link><language>zh-CN</language><pubDate>Wed, 01 Sep 2010 02:12:38 GMT</pubDate><item><title>10款浏览器CSS Reset的方法</title><link>http://www.viold.com/10-browser-css-reset-method.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;知道CSS Reset是什么吗？通常情况下，它也被写成Reset CSS，即重设浏览器的样式。在各种浏览器中，都会对CSS的选择器默认一些数值，譬如当h1没有被设置数值时，显示一定大小。但并不是所有的浏览器都使 用一样的数值，所以，有了CSS Reset，以让网页的样式在各浏览器中表现一致。&lt;!--more--&gt;&lt;/p&gt;&lt;p&gt;正在使用CSS的你，用过CSS Reset吗？当然，或许你用了，却不知道正在用，比如你可能用到：&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;*&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;这也是一款CSS Reset的方法，让所有的选择器的padding、margin和border都设置成0。这是一种强大的方法，也是最简单，最安全的方法，不过，也是 最占用资源的方法。对于小型的网站来说，用这个并不会带来大的资源浪费，但如果是像Yahoo这种架构非常大的网站，刚需要有选择地进行CSS重设，以减 少资源浪费。&lt;/p&gt;&lt;h2&gt;&lt;span&gt;Yahoo的CSS重设代码&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;body&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;div&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;dl&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;dt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;dd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
form&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;fieldset&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;input&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;textarea&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;td &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
table &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-spacing&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
fieldset&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;img &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
address&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;caption&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;cite&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;code&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;dfn&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;em&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;strong&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;var &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;ul &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
caption&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;th &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h6 &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
q&lt;span style=&quot;color: #3333ff;&quot;&gt;:before&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;q&lt;span style=&quot;color: #3333ff;&quot;&gt;:after &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;content&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;”&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
abbr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;acronym &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;OK，相信你也已经了解了CSS重设的目的，或许你也可以根据自己的喜好，写一个自己的CSS重设系统，毕竟大家的需求和习惯的不同的。而你可以参照下面的几款：&lt;/p&gt;&lt;h2&gt;&lt;span&gt;Ateneu Popular CSS Reset&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;html&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; body&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; div&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; span&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; applet&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; object&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; iframe&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; abbr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; acronym&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
address&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; big&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; cite&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; code&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; del&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dfn&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; em&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; img&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ins&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
kbd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; s&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; samp&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; small&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; strike&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; strong&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sub&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sup&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
var&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dl&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; fieldset&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; form&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; label&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; legend&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
table&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; caption&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tbody&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tfoot&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; thead&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; td &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-family&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;baseline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #3333ff;&quot;&gt;:focus &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
a&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #3333ff;&quot;&gt;:link&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #3333ff;&quot;&gt;:visited&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #3333ff;&quot;&gt;:hover&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #3333ff;&quot;&gt;:active&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
table &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;separate&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;border-spacing&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; td &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
img&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; iframe &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
input&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; textarea&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; select&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; button &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;font-family&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
select &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
hr &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;padding&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;border&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;color&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc00cc;&quot;&gt;#000&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;background-&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc00cc;&quot;&gt;#000&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;height&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1px&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;h2&gt;&lt;span&gt;Chris Poteet’s Reset CSS&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;*&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;baseline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-family&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
body &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;5px&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; form&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dl &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;20px&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;40px&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
table &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-spacing&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;h2&gt;&lt;span&gt;Eric Meyer Reset CSS&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;html&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; body&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; div&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; span&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; applet&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; object&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; iframe&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; table&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; caption&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
tbody&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tfoot&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; thead&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; td&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; del&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dfn&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; em&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; img&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ins&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
kbd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; s&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; samp&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; small&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; strike&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; strong&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sub&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sup&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; var&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; abbr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
acronym&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; address&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; big&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; cite&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; code&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dl&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
fieldset&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; form&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; label&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; legend &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;baseline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-family&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #3333ff;&quot;&gt;:focus &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
body &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;background&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;white&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;line-height&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;black&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
table &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;separate&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-spacing&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
caption&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; td &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
blockquote&lt;span style=&quot;color: #3333ff;&quot;&gt;:before&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote&lt;span style=&quot;color: #3333ff;&quot;&gt;:after&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q&lt;span style=&quot;color: #3333ff;&quot;&gt;:before&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q&lt;span style=&quot;color: #3333ff;&quot;&gt;:after &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;content&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;quotes&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;h2&gt;&lt;span&gt;Tantek Celik Reset CSS&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #3333ff;&quot;&gt;:link&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #3333ff;&quot;&gt;:visited &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;ol &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;code &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #933;&quot;&gt;1em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;form&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;body&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;html&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;fieldset&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;input 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;0 &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
a img&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #3333ff;&quot;&gt;:link &lt;/span&gt;img&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt;&lt;span style=&quot;color: #3333ff;&quot;&gt;:visited &lt;/span&gt;img &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
address &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;h2&gt;&lt;span&gt;Christian Montoya Reset CSS&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;html&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; body&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; form&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; fieldset &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;/&lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;120&lt;/span&gt;%&lt;/span&gt; Verdana&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; Arial&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; Helvetica&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;sans-serif&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dl&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; address &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1em&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
form label &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;cursor&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;pointer&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
fieldset &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
input&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; select&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; textarea &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-family&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;h2&gt;&lt;span&gt;Rudeworks Reset CSS&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;*&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
html &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;62.5&lt;/span&gt;%&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Lucida Grande&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; Lucida&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; Verdana&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;sans-serif&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-shadow&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc00cc;&quot;&gt;#000&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;0px&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;0px&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;0px&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ul &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style-type&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dl&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; address &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; 0 0 &lt;span style=&quot;color: #933;&quot;&gt;1em&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
cite&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; em&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dfn &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;italic&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
sup &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;position&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;relative&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;bottom&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;0.3em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;baseline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
sub &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;position&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;relative&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;bottom&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;-0.2em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;baseline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
code&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; kbd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; samp&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; var&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; input&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#91;&lt;/span&gt;type&lt;span style=&quot;color: #00AA00;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;'text'&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; textarea &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-family&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; monaco&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Lucida Console&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; courier&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; mono-space&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
del &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;line-through&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ins&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dfn &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-bottom&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1px&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;solid&lt;/span&gt; &lt;span style=&quot;color: #cc00cc;&quot;&gt;#ccc&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
small&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sup&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sub &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;85&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
abbr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; acronym &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-transform&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;uppercase&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;85&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;letter-spacing&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;.1em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-bottom-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;dotted&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-bottom-width&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1px&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
a abbr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a acronym &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
sup &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;super&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
sub &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; sub&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h1 &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;2em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h2 &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1.8em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h3 &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1.6em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h4 &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1.4em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h5 &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1.2em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
h6 &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
a&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #3333ff;&quot;&gt;:link&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #3333ff;&quot;&gt;:visited&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #3333ff;&quot;&gt;:hover&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #3333ff;&quot;&gt;:active &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
a img &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
img &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-decoration&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
label&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; button &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;cursor&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;pointer&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
input&lt;span style=&quot;color: #3333ff;&quot;&gt;:focus&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; select&lt;span style=&quot;color: #3333ff;&quot;&gt;:focus&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; textarea&lt;span style=&quot;color: #3333ff;&quot;&gt;:focus &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;background-color&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc00cc;&quot;&gt;#FFF&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
fieldset &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
.&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;clear&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;clear&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;both&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
.float-&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;float&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
.float-&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;right&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;float&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;right&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
body &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;center&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #cc00cc;&quot;&gt;#wrapper&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; 0 &lt;span style=&quot;color: #993333;&quot;&gt;auto&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;h2&gt;&lt;span&gt;Anieto2K Reset CSS&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;html&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; body&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; div&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; span&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; applet&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; object&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; iframe&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; abbr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; acronym&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; address&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; big&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
cite&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; code&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; del&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dfn&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; em&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; img&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
ins&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; kbd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; s&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; samp&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; small&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; strike&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
strong&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sub&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sup&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; var&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dl&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
fieldset&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; form&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; label&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; legend&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
table&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; caption&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tbody&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tfoot&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; thead&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; td&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
&lt;span style=&quot;color: #993333;&quot;&gt;center&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; u&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; b&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; i &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-family&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;baseline&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
body &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;line-height&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; 1 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #3333ff;&quot;&gt;:focus &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; 0 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
table &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-spacing&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; 0 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
blockquote&lt;span style=&quot;color: #3333ff;&quot;&gt;:before&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote&lt;span style=&quot;color: #3333ff;&quot;&gt;:after&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q&lt;span style=&quot;color: #3333ff;&quot;&gt;:before&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q&lt;span style=&quot;color: #3333ff;&quot;&gt;:after &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;content&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&amp;quot;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;quotes&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&amp;quot;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
input&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; textarea &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; 0 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
hr &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc00cc;&quot;&gt;#000&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;background-color&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc00cc;&quot;&gt;#000&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;height&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;1px&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;h2&gt;&lt;span&gt;CSSLab CSS Reset&lt;/span&gt;&lt;/h2&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;html&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; body&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; div&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; span&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; applet&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; object&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; iframe&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h1&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h2&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h3&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
h4&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h5&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; h6&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; p&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; blockquote&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; pre&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; a&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; abbr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; acronym&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; address&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
big&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; cite&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; code&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; del&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dfn&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; em&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; img&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ins&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; kbd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; q&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; s&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; samp&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
small&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; strike&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; strong&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sub&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; sup&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; var&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dl&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dt&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; dd&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; li&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
fieldset&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; form&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; label&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; legend&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; table&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; caption&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tbody&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tfoot&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; 
thead&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; tr&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; td &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;padding&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-family&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;vertical-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;baseline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #3333ff;&quot;&gt;:focus &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;outline&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
table &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-collapse&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;separate&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border-spacing&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
caption&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; th&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; td &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;text-align&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-weight&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;normal&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
a img&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; iframe &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;border&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
ol&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; ul &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;list-style&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
input&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; textarea&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; select&lt;span style=&quot;color: #00AA00;&quot;&gt;,&lt;/span&gt; button &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-size&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;100&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;font-family&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
select &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;inherit&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;/* Fixes incorrect placement of numbers in ol’s in IE6/7 */&lt;/span&gt; 
ol &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;margin-left&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #933;&quot;&gt;2em&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;/* == clearfix == */&lt;/span&gt; 
&lt;span style=&quot;color: #6666ff;&quot;&gt;.clearfix&lt;/span&gt;&lt;span style=&quot;color: #3333ff;&quot;&gt;:after &lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;content&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;.&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;block&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;height&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;clear&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;both&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;visibility&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;hidden&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #6666ff;&quot;&gt;.clearfix&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; inline-&lt;span style=&quot;color: #993333;&quot;&gt;block&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #00AA00;&quot;&gt;*&lt;/span&gt; html &lt;span style=&quot;color: #6666ff;&quot;&gt;.clearfix&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;height&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;1&lt;/span&gt;%&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt; 
&lt;span style=&quot;color: #6666ff;&quot;&gt;.clearfix&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #993333;&quot;&gt;block&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;这些都大同小异，需求不同，方法也就不同，而且每个人都有自己的喜好。&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/408214479/zapai/feedsky/s.gif?r=http://www.viold.com/10-browser-css-reset-method.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/408214479/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/408214479/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>0</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>知道CSS Reset是什么吗？通常情况下，它也被写成Reset CSS，即重设浏览器的样式。在各种浏览器中，都会对CSS的选择器默认一些数值，譬如当h1没有被设置数值时，显示一定大小。但并不是所有的...&lt;img src=&quot;http://www1.feedsky.com/t1/408214479/zapai/feedsky/s.gif?r=http://www.viold.com/10-browser-css-reset-method.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/408214479/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/408214479/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 01 Sep 2010 10:12:38 +0800</pubDate><author>JET</author><comments>http://www.viold.com/10-browser-css-reset-method.html#comments</comments><guid isPermaLink="false">http://www.viold.com/10-browser-css-reset-method.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/10-browser-css-reset-method.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/408214479/6413747</fs:itemid></item><item><title>保存并隐藏Typecho评论者信息</title><link>http://www.viold.com/jquery-hide-user-information.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;换到 Typecho 后，折腾博客的兴趣又来了，很多以前没玩过的效果也逐一试试！对于爱逛博客的我，看到喜爱的文章发表评论是经常的，每次都需要输昵称和邮箱就觉得有点麻烦，虽然浏览器表单会保存着这些信息，但如果把上次评论时填写的信息保存起来，是否会获得更好的体验呢？&lt;/p&gt;&lt;p&gt;为解决这个问题我搜索了不少文章来看，找到一段简短的 js 代码，实现记录访客 Cookies，并隐藏评论者昵称、邮箱、网址等个人信息的功能，这样可以让第二次回访的用户在留言时看上去如同管理员登陆时的状态一样。&lt;/p&gt;&lt;p&gt;现在应老A童鞋的要求，放出：&lt;/p&gt;&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;&lt;p&gt;1、在当前使用的主题文件夹中修改 comments.php，把昵称、电邮、网址的输入框用&lt;pre class=&quot;html4strict&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;lt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;id&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;author_info&amp;quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;·····&lt;span style=&quot;color: #009900;&quot;&gt;&amp;lt;&lt;span style=&quot;color: #66cc66;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;div&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;包起来。&lt;/p&gt;&lt;p&gt;2、新建一个名为 infohide 的 js 文件，把以下代码放进去：&lt;pre class=&quot;javascript&quot; style=&quot;font-family:monospace;&quot;&gt;$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;	
&amp;nbsp;
&lt;span style=&quot;color: #009966; font-style: italic;&quot;&gt;/*隐藏老用户输入框*/&lt;/span&gt;
	&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;if&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#author'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;length&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;0&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;&amp;amp;&amp;amp;&lt;/span&gt; $&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#author'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;val&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;length&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #CC0000;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//判断ID=&amp;quot;author&amp;quot;是否存在 值不为空执行以下代码&lt;/span&gt;
&amp;nbsp;
		$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'&amp;lt;p id=&amp;quot;welcome&amp;quot;&amp;gt;欢迎回来&amp;lt;span id=&amp;quot;username&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;insertBefore&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#author_info'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
		$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#author_info'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;slideUp&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&amp;nbsp;
&amp;nbsp;
		&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;var&lt;/span&gt; ss &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; $&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'input[id=&amp;quot;author&amp;quot;]'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;attr&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;value&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
		$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#username'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;html&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;ss&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;：&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&amp;nbsp;
		$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#welcome'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;append&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;&amp;lt;span id=&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\&amp;quot;&lt;/span&gt;change&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\&amp;quot;&lt;/span&gt;&amp;gt;修改资料&amp;lt;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\/&lt;/span&gt;span&amp;gt;&amp;lt;span id=&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\&amp;quot;&lt;/span&gt;update&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\&amp;quot;&lt;/span&gt;&amp;gt;点击这里更新资料&amp;lt;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\/&lt;/span&gt;span&amp;gt;&amp;lt;span id=&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\&amp;quot;&lt;/span&gt;hint&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\&amp;quot;&lt;/span&gt;&amp;gt;资料修改成功&amp;lt;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\/&lt;/span&gt;span&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
		$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#change'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;click&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;
			$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#author_info'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;slideDown&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//显示资料框&lt;/span&gt;
			$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;this&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;hide&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//隐藏 修改资料&lt;/span&gt;
			$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#update'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;show&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//显示 更新资料&lt;/span&gt;
		&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&amp;nbsp;
		$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#update'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;click&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;
			$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#author_info'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;slideUp&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//隐藏资料框&lt;/span&gt;
			$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000066; font-weight: bold;&quot;&gt;this&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;hide&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//隐藏 更新资料&lt;/span&gt;
			$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#hint'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;show&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//显示 资料修改成功&lt;/span&gt;
			setTimeout&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#hint'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;hide&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;2000&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//隐藏 资料修改成功&lt;/span&gt;
			setTimeout&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;function&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#change'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;show&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt;2000&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #006600; font-style: italic;&quot;&gt;//还原 修改资料&lt;/span&gt;
			&lt;span style=&quot;color: #003366; font-weight: bold;&quot;&gt;var&lt;/span&gt; s &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; $&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'input[id=&amp;quot;author&amp;quot;]'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;attr&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;value&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
			$&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;'#username'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;.&lt;span style=&quot;color: #660066;&quot;&gt;html&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot; &amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;s&lt;span style=&quot;color: #339933;&quot;&gt;+&lt;/span&gt;&lt;span style=&quot;color: #3366CC;&quot;&gt;&amp;quot;：&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
		&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
		&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;
	&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;保存文件至当前主题目录下。&lt;/p&gt;&lt;p&gt;3、在 footer.php 中引用 JQuery 和以上 infohide.js ：&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$this&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #004000;&quot;&gt;options&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #004000;&quot;&gt;themeUrl&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;'infohide.js'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;?&amp;gt;&lt;/span&gt;&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;p&gt;4、最后一步，就是用 css 美化一下了，具体的需要自己微调吧：&lt;br /&gt;&lt;pre class=&quot;css&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;/*隐藏评论者信息*/&lt;/span&gt;
&lt;span style=&quot;color: #cc00cc;&quot;&gt;#author_info&lt;/span&gt; p &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;
	&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;height&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;30px&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;
&lt;span style=&quot;color: #cc00cc;&quot;&gt;#welcome&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;
	&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;height&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt; &lt;span style=&quot;color: #933;&quot;&gt;30px&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #cc00cc;&quot;&gt;#change&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;
	&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;cursor&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;pointer&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;
&lt;span style=&quot;color: #cc00cc;&quot;&gt;#update&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;
	&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;cursor&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;pointer&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;
	&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;
	&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #cc00cc;&quot;&gt;#F90&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;
&lt;span style=&quot;color: #cc00cc;&quot;&gt;#hint&lt;/span&gt; &lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#123;&lt;/span&gt;
	&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;color&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #cc00cc;&quot;&gt;#6f8606&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;
	&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;display&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;:&lt;/span&gt;&lt;span style=&quot;color: #993333;&quot;&gt;none&lt;/span&gt;&lt;span style=&quot;color: #00AA00;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #00AA00;&quot;&gt;&amp;#125;&lt;/span&gt;&lt;/pre&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993251/zapai/feedsky/s.gif?r=http://www.viold.com/jquery-hide-user-information.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993251/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993251/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>9</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>换到 Typecho 后，折腾博客的兴趣又来了，很多以前没玩过的效果也逐一试试！对于爱逛博客的我，看到喜爱的文章发表评论是经常的，每次都需要输昵称和邮箱就觉得有点麻烦，虽然浏览器表单会保存着这些信息，...&lt;img src=&quot;http://www1.feedsky.com/t1/407993251/zapai/feedsky/s.gif?r=http://www.viold.com/jquery-hide-user-information.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993251/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993251/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 10 Aug 2010 15:42:01 +0800</pubDate><author>JET</author><comments>http://www.viold.com/jquery-hide-user-information.html#comments</comments><guid isPermaLink="false">http://www.viold.com/jquery-hide-user-information.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/jquery-hide-user-information.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993251/6413747</fs:itemid></item><item><title>缓存 Gravatar 头像至本地服务器</title><link>http://www.viold.com/typecho-gravatar-cache.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;缓存 Gravatar 的好处显而易见，它可以减少博客站外文件的请求数量，加速页面的载入。要知道 Gravatar 服务被全球不计其数的站点使用， 其服务器压力可想而知。遇上高峰时段，Gravatar 肯定会成为影响博客加载速度的瓶颈。就如同这几天，原本以为博客搬到国外后，读取 Gravatar 头像会和博客访问速度相差无几的，但出乎意料的是，速度比在国内更为糟糕，甚至出现无法读取头像的情况。所以，干脆把 Gravatar 头像缓存到服务器上得了！&lt;/p&gt;&lt;p&gt;搜索了下相关资料，找到一个简单的方法，就几个步骤：&lt;/p&gt;&lt;p&gt;1、在 usr 目录下建立一个文件夹 avatar 赋予 755 权限，放一张默认头像 default.jpg。&lt;/p&gt;&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;&lt;p&gt;2、在 theme 的 comments.php 原有的:&lt;br /&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$comments&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #004000;&quot;&gt;gravatar&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #cc66cc;&quot;&gt;32&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'X'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;''&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'avatar'&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;3、替换为：&lt;br /&gt;&lt;pre class=&quot;php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;?php&lt;/span&gt;
&lt;span style=&quot;color: #000088;&quot;&gt;$u&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; Helper&lt;span style=&quot;color: #339933;&quot;&gt;::&lt;/span&gt;&lt;span style=&quot;color: #004000;&quot;&gt;options&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #004000;&quot;&gt;siteUrl&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #000088;&quot;&gt;$p&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'usr/avatar/'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #000088;&quot;&gt;$d&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$u&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$p&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'default.jpg'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #000088;&quot;&gt;$t&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;1209600&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;// 缓存时间，默认为14天&lt;/span&gt;
&lt;span style=&quot;color: #000088;&quot;&gt;$f&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #990000;&quot;&gt;md5&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;strtolower&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$comments&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #004000;&quot;&gt;mail&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #000088;&quot;&gt;$a&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$u&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$p&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$f&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'.jpg'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #000088;&quot;&gt;$e&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; __TYPECHO_ROOT_DIR__ &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'/'&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$p&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$f&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'.jpg'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;!&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;is_file&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$e&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;||&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #990000;&quot;&gt;time&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;-&lt;/span&gt; &lt;span style=&quot;color: #990000;&quot;&gt;filemtime&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$e&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$t&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;//当文件不存在或文件超过14天才更新&lt;/span&gt;
&lt;span style=&quot;color: #000088;&quot;&gt;$g&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'http://www.gravatar.com/avatar/'&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$f&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'?s=32&amp;amp;d='&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$d&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;.&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;'&amp;amp;r=X'&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #990000;&quot;&gt;copy&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$g&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$e&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#125;&lt;/span&gt;
&lt;span style=&quot;color: #b1b100;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt; &lt;span style=&quot;color: #990000;&quot;&gt;filesize&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$e&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;&amp;lt;&lt;/span&gt; 500 &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #990000;&quot;&gt;copy&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$d&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$e&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;?&amp;gt;&lt;/span&gt;
&amp;lt;img src=&amp;quot;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span style=&quot;color: #b1b100;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$a&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;?&amp;gt;&lt;/span&gt;&amp;quot; alt=&amp;quot;&amp;quot; title=&amp;quot;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;?php&lt;/span&gt; &lt;span style=&quot;color: #b1b100;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$comments&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;-&amp;gt;&lt;/span&gt;&lt;span style=&quot;color: #004000;&quot;&gt;author&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;?&amp;gt;&lt;/span&gt;&amp;quot;/&amp;gt;&lt;/pre&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993252/zapai/feedsky/s.gif?r=http://www.viold.com/typecho-gravatar-cache.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993252/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993252/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>9</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>缓存 Gravatar 的好处显而易见，它可以减少博客站外文件的请求数量，加速页面的载入。要知道 Gravatar 服务被全球不计其数的站点使用， 其服务器压力可想而知。遇上高峰时段，Gravatar...&lt;img src=&quot;http://www1.feedsky.com/t1/407993252/zapai/feedsky/s.gif?r=http://www.viold.com/typecho-gravatar-cache.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993252/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993252/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 06 Aug 2010 17:10:11 +0800</pubDate><author>JET</author><comments>http://www.viold.com/typecho-gravatar-cache.html#comments</comments><guid isPermaLink="false">http://www.viold.com/typecho-gravatar-cache.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/typecho-gravatar-cache.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993252/6413747</fs:itemid></item><item><title>单身，快乐还是寂寞？</title><link>http://www.viold.com/single-happy-or-lonely.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;每天，独自一人挤着公交车去上班，可能是一个人习惯了，但广州的公交车让人很难习惯。总是在期待着下一趟车回事空车，就象哪天突然在路上遇到梦中情人，然后&amp;middot;&amp;middot;&amp;middot;&amp;middot;&amp;middot;&amp;middot;。然而我并不是生活在梦里，现实总是很残忍的。虽然平常很喜欢跟朋友胡侃，但是公交车上我还是比较喜欢坐在车尾的某个角落里，带上耳机，安静的呆着。&lt;/p&gt;&lt;p&gt;每天，下班后想起那冷清清的房间，于是乎走到江边，看着那一对对的情侣或者草地上那一群群的家庭，心里的孤独感更强烈了。&lt;/p&gt;&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;&lt;p&gt;很喜欢独自一个人乘车出外旅行，望着无边无际的大海，可以喊出心里的话，骂上几句平时不敢骂的人。同样喜欢坐在漆黑一片的房间里，对着电脑噼噼啪啪的敲着，哪怕对面那个真会是一条狗。什么都可以想，什么都可以不想。为自己编织一个自由的幻想空间。单身对于人生的意义，就像独处之于某一天，某一段年龄，是必然的经历，是美丽的邂逅，是主动选择。&lt;/p&gt;&lt;p&gt;当然并不是单身就拥有快乐，但快乐的单身必定属于乐观的人。&amp;nbsp;一个人也许没有两个人时候那么的快乐幸福，但是现在的我已经努力让自己快乐了！认识很多的朋友!也很幸福。偶尔一个人的时候会想起曾经的她，很正常，但是没有伤感，都是幸福的片段！&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993253/zapai/feedsky/s.gif?r=http://www.viold.com/single-happy-or-lonely.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993253/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993253/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>6</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>每天，独自一人挤着公交车去上班，可能是一个人习惯了，但广州的公交车让人很难习惯。总是在期待着下一趟车回事空车，就象哪天突然在路上遇到梦中情人，然后&amp;middot;&amp;middot;&amp;middot;&amp;mi...&lt;img src=&quot;http://www1.feedsky.com/t1/407993253/zapai/feedsky/s.gif?r=http://www.viold.com/single-happy-or-lonely.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993253/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993253/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 29 Jul 2010 18:09:38 +0800</pubDate><author>JET</author><comments>http://www.viold.com/single-happy-or-lonely.html#comments</comments><guid isPermaLink="false">http://www.viold.com/single-happy-or-lonely.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/single-happy-or-lonely.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993253/6413747</fs:itemid></item><item><title>《小胖妞》- 广美何伟锋</title><link>http://www.viold.com/the-big-girl.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;这是一个公主拯救王子的时代&lt;/p&gt;&lt;p&gt;结局很现实，王子还是王子，灰姑娘还是灰姑娘。&lt;/p&gt;&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;object width=&quot;560&quot; height=&quot;467&quot; data=&quot;http://player.youku.com/player.php/sid/XMTgzMTQ1NjYw/v.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;param name=&quot;data&quot; value=&quot;http://player.youku.com/player.php/sid/XMTgzMTQ1NjYw/v.swf&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;http://player.youku.com/player.php/sid/XMTgzMTQ1NjYw/v.swf&quot; /&gt;&lt;/object&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993254/zapai/feedsky/s.gif?r=http://www.viold.com/the-big-girl.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993254/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993254/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>0</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>这是一个公主拯救王子的时代

结局很现实，王子还是王子，灰姑娘还是灰姑娘。&lt;img src=&quot;http://www1.feedsky.com/t1/407993254/zapai/feedsky/s.gif?r=http://www.viold.com/the-big-girl.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993254/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993254/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 26 Jul 2010 02:40:23 +0800</pubDate><author>JET</author><comments>http://www.viold.com/the-big-girl.html#comments</comments><guid isPermaLink="false">http://www.viold.com/the-big-girl.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/the-big-girl.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993254/6413747</fs:itemid></item><item><title>对于HTML5,我们应该期待什么？！</title><link>http://www.viold.com/ist-of-html5.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;&lt;strong&gt;HTML 5 的历史背景&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;HTML 5草案的前身名为Web Applications 1.0。于2004年被WHATWG提出，于2007年被W3C接纳，并成立了新的HTML工作团队。在2008年1月22日，第一份正式草案发布。WHATWG表示该规范是目前正在进行的工作，仍须多年的努力。&lt;/p&gt;&lt;p&gt;WHATWG，这个HTML5背后的组织，用下面的话描述自己：&lt;!--more--&gt;2004年由Apple，Mozilla基金会，Opera软件中的人员创建，他们的矛头直指W3C直属的XHTML，认为HTML缺少乐趣，对现实世界的需求置之不理。这些组织中的有识之士决心改变这一切，所以超文本应用技术工作小组 (WHATWG的英文全称)应运而生。HTML5预计在2012年正式登上W3C候选a标准的舞台。但是这并不意味着你到那时才能使用。一些技术已经成熟，一些部分已经足够稳定，一些功能实现已经接近尾声，所以我们现在就可以体验它们的新特性了。 当前，市场正一步一步加速WHATWG项目的进程。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;HTML 语法的变化&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;HTML5 吸取了 XHTML 2 的一些建议，包括一些用来改善文档结构的功能，比如，新的 HTML 标签 header, footer, dialog, aside, fugure 等的使用，将使内容创作者更加语义地创建文档，之前的开发者在这些场合是一律使用 div 的。&lt;/p&gt;&lt;p&gt;HTML5 还包含了一些将内容和展示分离的努力，开发者们也许会惊讶，b 和 i 标签依然存在，但它们的意义已经和之前有所不同，这些标签的意义只是为了将一段文字标识出来，而不是为了为它们设置粗体或斜体式样。u，font，center，strike 这些标签则被完全去掉了。&lt;/p&gt;&lt;p&gt;新标准适用了一些全新的表单输入对象，包括日期，URL，Email 地址，其它的对象则增加了对非拉丁字符的支持。HTML5 还引入了微数据，一种使用机器可以识别的标签标注内容的方法，使语义 Web 的处理更为简单。总的来说，这些与结构有关的改进使内容创建者可以创建更干净，更容易管理的网页，这样的网页对搜索引擎，对读屏软件等更为友好。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;HTML 5的争论&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;关于HTML 5的争论多种多样，其中最大的争论点在于业界对&lt;strong&gt;HTML 5取代Flash、Silverlight这些RIA主力军。&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;任何新技术的诞生到完善，都必将经历一段漫长的时间，其中也会牵扯到一些问题，对 Web 设计者而言，最大的一个问题就是因为这些新标签的引入，各浏览器之间将缺少一种统一的数据描述格式。&lt;/p&gt;&lt;p&gt;在 HTML5 被广泛采用之前，我们还无法完全知道 HTML5 代码将带来的好与坏。&lt;/p&gt;&lt;p&gt;&lt;strong&gt;HTML5 体验站点&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://bespin.mozilla.com/&quot; target=&quot;_blank&quot;&gt;Mozilla Bespin&lt;/a&gt;&amp;nbsp; An in-browser programmer's editor written using HTML technologies&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.youtube.com/html5&quot; target=&quot;_blank&quot;&gt;YouTube&lt;/a&gt;&amp;nbsp; YouTube's HTML5 player offers experimental HTML5 support&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.vimeo.com/blog:268&quot; target=&quot;_blank&quot;&gt;Vimeo&lt;/a&gt;&amp;nbsp; Vimeo movies offer a link at the bottom for switching to an HTML5 player (Chrome, Safari, IE+Chrome Frame)&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://merged.ca/iphone/html5-geolocation&quot; target=&quot;_blank&quot;&gt;Merge Design&lt;/a&gt;&amp;nbsp; An HTML5 geolocation demo&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://webkit.org/demos/sticky-notes/index.html&quot; target=&quot;_blank&quot;&gt;Sticky Notes&lt;/a&gt;&amp;nbsp; A demonstration of HTML5 client-side storage&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://devfiles.myopera.com/articles/650/step_4_enemies.htm&quot; target=&quot;_blank&quot;&gt;Wolfenstein 3D&lt;/a&gt;&amp;nbsp; Demo using the canvas tag with&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://dev.opera.com/articles/view/creating-pseudo-3d-games-with-html-5-can-1/&quot; target=&quot;_blank&quot;&gt;how-to&lt;/a&gt;&amp;nbsp;works in Firefox 3.6&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://ryandoherty.net/clouserwsoundboard/&quot; target=&quot;_blank&quot;&gt;ClouserW Soundboard&lt;/a&gt;&amp;nbsp; An HTML5 sound board showing off multimedia capabilities&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.freeciv.net/&quot; target=&quot;_blank&quot;&gt;FreeCiv&lt;/a&gt;&amp;nbsp; A game implemented in HTML5&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993257/zapai/feedsky/s.gif?r=http://www.viold.com/ist-of-html5.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993257/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993257/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>1</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>HTML 5 的历史背景

HTML 5草案的前身名为Web Applications 1.0。于2004年被WHATWG提出，于2007年被W3C接纳，并成立了新的HTML工作团队。在2008年...&lt;img src=&quot;http://www1.feedsky.com/t1/407993257/zapai/feedsky/s.gif?r=http://www.viold.com/ist-of-html5.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993257/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993257/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 25 Jul 2010 14:38:54 +0800</pubDate><author>JET</author><comments>http://www.viold.com/ist-of-html5.html#comments</comments><guid isPermaLink="false">http://www.viold.com/ist-of-html5.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/ist-of-html5.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993257/6413747</fs:itemid></item><item><title>腾讯微博邀请码</title><link>http://www.viold.com/tencent-microblogging-key.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;看来腾讯微博的公开测试就快开始了，每天发放的邀请码数目也开始增多。&lt;/p&gt;&lt;p&gt;邀请码只能使用一次的，一旦有人使用，就会失效，所以，必须手快，先到先得！&lt;/p&gt;&lt;p&gt;为了更快的注册微博，请首先想好自己需要注册的微博地址，名字。&lt;/p&gt;&lt;p&gt;然后，用需要开通腾讯微博的QQ号码登陆 t.qq.com&lt;/p&gt;&lt;p&gt;接着再打开 邀请码地址。&lt;/p&gt;&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;&lt;p&gt;&lt;del&gt;http://t.qq.com/invite/3b0de1b24b06c14f2805&lt;br /&gt;
http://t.qq.com/invite/947f080741cb74fa4bad&lt;br /&gt;
http://t.qq.com/invite/c508aa78dcd60b08460b&lt;br /&gt;
http://t.qq.com/invite/87de4033157fa2bde82d&lt;br /&gt;
http://t.qq.com/invite/84a7fe3664637a3d0c1d&lt;/del&gt;&lt;/p&gt;&lt;p&gt;5月12日&lt;br /&gt;
&lt;del&gt;http://t.qq.com/invite/9b7ebae037366e724d4f&lt;br /&gt;
http://t.qq.com/invite/7b2022434cb04fa31957&lt;br /&gt;
http://t.qq.com/invite/c28d396b8492684d725d&lt;br /&gt;
http://t.qq.com/invite/2f1b64f4ddc15921f157&lt;br /&gt;
http://t.qq.com/invite/f979d46591e97b8618d7&lt;/del&gt;&lt;/p&gt;&lt;p&gt;5月11日&lt;br /&gt;
&lt;del&gt;http://t.qq.com/invite/794251ef6556b44381e1&lt;br /&gt;
http://t.qq.com/invite/b29bd73b52b76642108b&lt;br /&gt;
http://t.qq.com/invite/3b0de1b24b06c14f2805&lt;br /&gt;
http://t.qq.com/invite/947f080741cb74fa4bad&lt;br /&gt;
http://t.qq.com/invite/c508aa78dcd60b08460b&lt;br /&gt;
http://t.qq.com/invite/87de4033157fa2bde82d&lt;br /&gt;
http://t.qq.com/invite/84a7fe3664637a3d0c1d&lt;br /&gt;
http://t.qq.com/invite/95ea6e82aafd968977c5&lt;/del&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993264/zapai/feedsky/s.gif?r=http://www.viold.com/tencent-microblogging-key.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993264/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993264/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>0</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>看来腾讯微博的公开测试就快开始了，每天发放的邀请码数目也开始增多。

邀请码只能使用一次的，一旦有人使用，就会失效，所以，必须手快，先到先得！

为了更快的注册微博，请首先想好自己需要注册的微...&lt;img src=&quot;http://www1.feedsky.com/t1/407993264/zapai/feedsky/s.gif?r=http://www.viold.com/tencent-microblogging-key.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993264/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993264/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 11 May 2010 13:24:25 +0800</pubDate><author>JET</author><comments>http://www.viold.com/tencent-microblogging-key.html#comments</comments><guid isPermaLink="false">http://www.viold.com/tencent-microblogging-key.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/tencent-microblogging-key.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993264/6413747</fs:itemid></item><item><title>我相信</title><link>http://www.viold.com/i-do-believe.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;听完这首哈尔滨理工大学版的我相信后，有种想落泪的感觉。不知道有多少这几年毕业的大学生会产生共鸣呢？在大学的时候，充满激情，对未来充满希望。但毕业后让这个社会把自己的激情浇灭了，也放弃了当初的梦想。&lt;/p&gt;&lt;object data=&quot;/Editor/Player.swf?mp3=http%3A%2F%2Fwww.hustbbs.com%2Fbook%2Fmusic%2F%25CE%25D2%25CF%25E0%25D0%25C5(8%25C8%25CB%25BA%25CD%25C9%25F9%25B1%25E0%25C5%25C5%25B0%25E6).mp3&amp;amp;t=swf&quot; height=&quot;40&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;240&quot;&gt;&lt;param name=&quot;data&quot; value=&quot;/Editor/Player.swf?mp3=http%3A%2F%2Fwww.hustbbs.com%2Fbook%2Fmusic%2F%25CE%25D2%25CF%25E0%25D0%25C5(8%25C8%25CB%25BA%25CD%25C9%25F9%25B1%25E0%25C5%25C5%25B0%25E6).mp3&amp;amp;t=swf&quot; /&gt;&lt;param name=&quot;src&quot; value=&quot;/Editor/Player.swf?mp3=http%3A%2F%2Fwww.hustbbs.com%2Fbook%2Fmusic%2F%25CE%25D2%25CF%25E0%25D0%25C5(8%25C8%25CB%25BA%25CD%25C9%25F9%25B1%25E0%25C5%25C5%25B0%25E6).mp3&amp;amp;t=swf&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;/object&gt;&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;&lt;p&gt;想飞上天和太阳肩并肩，世界等着我去改变&lt;br /&gt;
想做的梦从不怕别人看见，在这里我都能实现&lt;br /&gt;
让生活的笑让你我肩并肩，何处不能欢乐无限&lt;br /&gt;
抛开烦恼，勇敢的大步向前，我就站在舞台中间&lt;br /&gt;
我相信我就是我，我相信明天&lt;br /&gt;
我相信青春没有地平线&lt;br /&gt;
在日落的海边，在热闹的大街，都是我心中最美的乐园&lt;br /&gt;
我相信自由自在，我相信期望，我相信伸手就能碰到天&lt;br /&gt;
有你在我身边，让生活更新鲜，每一刻都精彩万分&lt;br /&gt;
I do believe&lt;/p&gt;&lt;p&gt;想飞上天和太阳肩并肩，世界等着我去改变&lt;br /&gt;
抛开烦恼，勇敢的大步向前，我就站在舞台中间&lt;br /&gt;
我相信我就是我，我相信明天&lt;br /&gt;
我相信青春没有地平线&lt;br /&gt;
在日落的海边，在热闹的大街，都是我心中最美的乐园&lt;br /&gt;
我相信自由自在，我相信期望，我相信伸手就能碰到天&lt;br /&gt;
有你在我身边，让生活更新鲜，每一刻都精彩万分&lt;br /&gt;
I do believe&lt;/p&gt;&lt;p&gt;我相信我就是我，我相信明天&lt;br /&gt;
我相信青春没有地平线&lt;br /&gt;
在日落的海边，在热闹的大街，都是我心中最美的乐园&lt;br /&gt;
我相信自由自在，我相信期望，我相信伸手就能碰到天&lt;br /&gt;
有你在我身边，让生活更新鲜，每一刻都精彩万分&lt;br /&gt;
I do believe&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993265/zapai/feedsky/s.gif?r=http://www.viold.com/i-do-believe.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993265/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993265/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>0</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>听完这首哈尔滨理工大学版的我相信后，有种想落泪的感觉。不知道有多少这几年毕业的大学生会产生共鸣呢？在大学的时候，充满激情，对未来充满希望。但毕业后让这个社会把自己的激情浇灭了，也放弃了当初的梦想。

...&lt;img src=&quot;http://www1.feedsky.com/t1/407993265/zapai/feedsky/s.gif?r=http://www.viold.com/i-do-believe.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993265/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993265/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 06 May 2010 23:06:11 +0800</pubDate><author>JET</author><comments>http://www.viold.com/i-do-believe.html#comments</comments><guid isPermaLink="false">http://www.viold.com/i-do-believe.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/i-do-believe.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993265/6413747</fs:itemid></item><item><title>新体验 QQ概念版</title><link>http://www.viold.com/qq-concept-beta1.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;今天腾讯放出了概念版QQ的体验，看到这么多新功能就迫不及待的去下载来试用下。安装包很小，只有13MB，安装过程很简单。安装速度也很快。安装好之后，登录时可发现，登录窗口是动态的，界面效果相当炫！&lt;/p&gt;&lt;p&gt;在勾选记住密码的方框时可发现，绿色的对号很平滑地跳出来，效果很舒服。&lt;!--more--&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://www.viold.com/usr/uploads/2010/08/2821685829.jpg&quot; alt=&quot;QQ概念版&quot; /&gt;&lt;/p&gt;&lt;p&gt;全新的好友管理功能：好友依照分组，很随意地散布在木质平台上，用户可随意拖动好友到不同分组，且支持多点触控。在拖动平台可以显示更多的好友。不过只能显示QQ的默认头像，而不是自定义头像。&lt;br /&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://www.viold.com/usr/uploads/2010/08/2789931125.jpg&quot; alt=&quot;QQ概念版&quot; /&gt;&lt;/p&gt;&lt;p&gt;让我期待的是多TAB聊天窗口：通过拖拽会话窗口上的头像，可以拆分、合并会话窗口，让桌面更加整洁清爽！切换会话窗口更加便捷。该功能暂不支持群会话窗口。&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://www.viold.com/usr/uploads/2010/08/1012773862.jpg&quot; alt=&quot;QQ概念版&quot; /&gt;&lt;/p&gt;&lt;p&gt;嵌入式好友桌面信息功能，可以拖动好友头像至桌面，实时关注好友的最新状态，即时快聊，实现无缝沟通和互动。&lt;/p&gt;&lt;p style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;http://www.viold.com/usr/uploads/2010/08/2683873708.jpg&quot; alt=&quot;QQ概念版&quot; /&gt;&lt;/p&gt;&lt;p&gt;总的来说体验版的功能还很基础，基本的聊天和传送文件都已满足，可以说是腾讯释放的一个概念&lt;性产品，有兴趣的童鞋可以去试试！&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://dl_dir.qq.com/qqfile/qq/QQ2010/QQConceptBeta1.1_chs.exe&quot; target=&quot;_blank&quot;&gt;点击下载QQ概念版&lt;/a&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993266/zapai/feedsky/s.gif?r=http://www.viold.com/qq-concept-beta1.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993266/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993266/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>0</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>今天腾讯放出了概念版QQ的体验，看到这么多新功能就迫不及待的去下载来试用下。安装包很小，只有13MB，安装过程很简单。安装速度也很快。安装好之后，登录时可发现，登录窗口是动态的，界面效果相当炫！

...&lt;img src=&quot;http://www1.feedsky.com/t1/407993266/zapai/feedsky/s.gif?r=http://www.viold.com/qq-concept-beta1.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993266/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993266/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 19 Apr 2010 20:31:34 +0800</pubDate><author>JET</author><comments>http://www.viold.com/qq-concept-beta1.html#comments</comments><guid isPermaLink="false">http://www.viold.com/qq-concept-beta1.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/qq-concept-beta1.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993266/6413747</fs:itemid></item><item><title>微博礼仪规范--腾讯出品</title><link>http://www.viold.com/tencent_microblogging.html</link><content:encoded xml:lang="zh-CN">&lt;p&gt;腾讯微博在微博界推出一个独一无二的“举报”功能后，今天推出了一个新的特色，微博礼仪规范。刚收到消息，不少童鞋给腾讯封号了，看来发言需小心谨慎呢。 咱呢，就看图不说话！&lt;/p&gt;&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://www.viold.com/usr/uploads/2010/08/544574353.jpg&quot; alt=&quot;腾讯微博礼仪规范&quot; /&gt;&lt;/p&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/407993267/zapai/feedsky/s.gif?r=http://www.viold.com/tencent_microblogging.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993267/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993267/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded><slash:comments>0</slash:comments><wfw:commentRss>http://www.viold.com/feed/tencent_microblogging.html</wfw:commentRss><description>腾讯微博在微博界推出一个独一无二的“举报”功能后，今天推出了一个新的特色，微博礼仪规范。刚收到消息，不少童鞋给腾讯封号了，看来发言需小心谨慎呢。 咱呢，就看图不说话！&lt;img src=&quot;http://www1.feedsky.com/t1/407993267/zapai/feedsky/s.gif?r=http://www.viold.com/tencent_microblogging.html&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/feedsky/zapai/407993267/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/feedsky/zapai/407993267/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 15 Apr 2010 18:40:14 +0800</pubDate><author>JET</author><comments>http://www.viold.com/tencent_microblogging.html#comments</comments><guid isPermaLink="false">http://www.viold.com/tencent_microblogging.html</guid><dc:creator>JET</dc:creator><fs:srclink>http://www.viold.com/tencent_microblogging.html</fs:srclink><fs:srcfeed>http://www.viold.com/feed/</fs:srcfeed><fs:itemid>feedsky/zapai/~8310427/407993267/6413747</fs:itemid></item></channel></rss>