<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Web Designer&#039;s Tips &#38; Tricks - Amit Roy</title>
	<atom:link href="http://royamit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://royamit.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 02 Dec 2011 10:30:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='royamit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Web Designer&#039;s Tips &#38; Tricks - Amit Roy</title>
		<link>http://royamit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://royamit.wordpress.com/osd.xml" title="Web Designer&#039;s Tips &#38; Tricks - Amit Roy" />
	<atom:link rel='hub' href='http://royamit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Web Interface Definition Language [WIDL]</title>
		<link>http://royamit.wordpress.com/2011/12/02/web-interface-definition-language-widl/</link>
		<comments>http://royamit.wordpress.com/2011/12/02/web-interface-definition-language-widl/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 10:30:45 +0000</pubDate>
		<dc:creator>Amit Roy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML4]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XHTML, HTML, CSS. CSS1, CSS2, Photoshop, Dreamweaver, Designer]]></category>
		<category><![CDATA[Amit]]></category>
		<category><![CDATA[amit-designer]]></category>
		<category><![CDATA[amit-roy]]></category>
		<category><![CDATA[amitroy]]></category>
		<category><![CDATA[CSS3 Advanced Layout Module]]></category>
		<category><![CDATA[CSS3 Box Model]]></category>
		<category><![CDATA[CSS3 Cascading and Inheritance]]></category>
		<category><![CDATA[CSS3 Mobile Profile]]></category>
		<category><![CDATA[Roy-Amit]]></category>
		<category><![CDATA[roy-designer]]></category>
		<category><![CDATA[royamit]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web-designer-Amit]]></category>
		<category><![CDATA[web-site-designer]]></category>

		<guid isPermaLink="false">http://royamit.wordpress.com/?p=24</guid>
		<description><![CDATA[which collectively are referred to as &#8220;the submission&#8221;. We request the submission be known as the &#8220;WIDL&#8221; submission. Abstract This document provides the specification for the Web Interface Definition Language (WIDL), a metalanguage that implements a service-based architecture over the document-based resources of the World Wide Web. WIDL is an application of the eXtensible Markup [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=24&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>which collectively are referred to as &#8220;the submission&#8221;. We request the submission be known as the &#8220;WIDL&#8221; submission.</p>
<h1>Abstract</h1>
<p>This document provides the specification for the Web Interface Definition Language (WIDL), a metalanguage that implements a service-based architecture over the document-based resources of the World Wide Web. WIDL is an application of the eXtensible Markup Language (XML); it allows interactions with Web servers to be defined as functional interfaces that can be accessed by remote systems over standard Web protocols, and provides the structure necessary for generating client code in languages such as Java, C/C++, COBOL, and Visual Basic. WIDL enables a practical and cost-effective means for diverse systems to be rapidly integrated across corporate intranets, extranets, and the Internet.</p>
<h1>1. Introduction</h1>
<p>The World Wide Web is providing millions of end-users access to ever-increasing volumes of information. While the Web initially served browsers static documents, the resources of legacy systems, relational databases and multi-tier applications have all been made available to the Web browser to provide corporate users with interactive information resources including financial services, inventory management, on-line purchasing and package tracking.</p>
<p>While the Web has achieved the extraordinary feat of providing ubiquitous accessibility to end-users, it has in many cases reinforced manual inefficiencies in business processes as repetitive tasks are required to transcribe or copy and paste data from browser windows into desktop and corporate applications. This is as true of Web data provided by remote business units and external (i.e. partner or supplier) organizations as it is of Web data accessible from both public and subscription based Web sites. The problem of direct access to Web data from within business applications has been largely ignored.</p>
<p>The purpose of the Web Interface Definition Language (WIDL) is to enable automation of all interactions with HTML/XML documents and forms, providing a general method of representing request/response interactions over standard Web protocols, and allowing the Web to be utilized as a universal integration platform.</p>
<p>&nbsp;</p>
<p>A central feature of WIDL is that programmatic interfaces can be defined and managed for data (HTML, XML or text files) and services (CGI-bin, database, or other back end systems) that are not under the direct control of programs that require such access. WIDL definitions can be co-located with client programs, centrally managed in a client/server architecture, or referenced directly from HTML/XML documents.</p>
<p>WIDL defintions provide a mapping between Web resources and applications written in conventional programming languages such as C/C++, COBOL, Visual Basic, Java, JavaScript, etc., enabling automatic and structured Web access by compatible client programs, including mainstream business applications, desktop applications, applets, Web agents, and server-side Web programs (CGI, etc.).</p>
<p>Automatic means that complex interactions with Web servers do not require human intervention; programs can request Web data and services by making local calls to functions which encapsulate standard Web access protocols and utilize WIDL definitions to provide naming services, change management, error handling, condition processing and intelligent data binding.</p>
<p>Structured means that Web data and services are described as interfaces with well defined input and output variables.</p>
<p>Standard Web access protocols means HTTP and HTTPS.</p>
<p>Compatible means any program that both utilizes WIDL definitions to define the location of Web services and the structure of data that is returned by standard HTTP and HTTPS requests, and allows WIDL definitions to be managed locally, centrally, or by individual service providers.</p>
<p>WIDL describes business objects on the Web, providing the basis for a common API across Web servers, legacy systems, databases, and middleware infrastructures, and effectively transforming the Web from an access medium into an integration platform.</p>
<p>This document provides a complete description of the Web Interface Definition Language (WIDL).</p>
<p>&nbsp;</p>
<h1>2. Benefits of WIDL</h1>
<p>A major part of the value of an Interface Defintion Language (IDL) is that it can define services offered by applications in an abstract but highly usable fashion. WIDL brings to the Web many of the features of IDL concepts that have been implemented in distributed computing and transaction processing platforms including DCE, and CORBA.</p>
<p>&nbsp;</p>
<h3>2.1 Business-to-Business Integration</h3>
<p>WIDL makes it easy for organizations to automate business transactions with customers and suppliers. WIDL describes and automates interactions with services hosted by Web servers on intranets, extranets and the Internet; it transforms the Web into a standard integration platform and provides a universal API for all Web-enabled systems.</p>
<p>Using HTML, XML, HTTP and HTTPS as corporate standards glue, WIDL requires only that target systems be Web-enabled. There are hundreds of products in the market today which Web-enable existing systems, from mainframes to client/server applications. The use of standard Web technologies empowers various IT departments to make independent technology selections. This has the effect of lowering both the technical and &#8216;political&#8217; barriers that have typically derailed cross-organizational integration projects.</p>
<p>A number of analysts have already warned that proprietary e-commerce platforms could lock suppliers into relationships by forcing them to integrate their systems with one infrastructure for business-to-business integration, making it costly for them to switch to or integrate with other partners who have selected alternate e-commerce platforms. Buyer-supplier integration issues involve many-to-many relationships, and demand a standard platform for functional integration and data exchange.</p>
<p>A service defined by WIDL is equivalent to a function call in standard programming languages. At the highest level, WIDL files describe the locations (URLs) of services, input parameters to be submitted (via Get or Post methods) to each service, conditions for successful processing, and output parameters to be returned by each service.</p>
<p>WIDL provides the following features:</p>
<p>A browser is not required to drive Web applications</p>
<p>WIDL definitions are dynamically interpreted and can be centrally managed</p>
<p>Client applications are insulated from changes in service locations and data extraction methods</p>
<p>Developers are insulated from network programming concerns</p>
<p>Application resources can be integrated through firewalls and proxies</p>
<p>WIDL can be used to describe interfaces and services for:</p>
<p>Static documents (HTML, XML, and plain text files)</p>
<p>Dynamically generated documents (HTML, XML, and plain text files)</p>
<p>HTML forms</p>
<p>URL directory structures</p>
<p>WIDL can be used:</p>
<p>&nbsp;</p>
<p>to automate interactions with Web servers</p>
<p>for both on-demand and scheduled extraction of targeted Web data</p>
<p>to aggregate data from a number of Web sources</p>
<p>to chain services across multiple Web sites</p>
<p>to rapidly integrate Web resources with traditional application development languages and environments</p>
<p>WIDL has the ability to specify conditions for successful processing, and error messages to be returned to calling programs. Conditions further enable services to be defined that span multiple documents.</p>
<p>2.2 Change Management</p>
<p>One of WIDL&#8217;s most significant benefits is its ability to insulate client programs from changes in the format and location of Web documents. Unlike the way CORBA and DCE IDL are normally used, WIDL is interpreted at runtime; as a result, service URLs, object references in variables, definitions of document regions, success/failure conditions, and directives for service chaining can all be administered without requiring modification of client code. This usage model supports application-to-application linkages that are far more robust and maintainable than if they were coded by hand.</p>
<p>There are three models for WIDL management:</p>
<p>client side &#8211; where WIDL files are co-located with a client program</p>
<p>naming service &#8211; where WIDL definitions are centrally managed and referenced via directory services, i.e. LDAP</p>
<p>server side &#8211; where WIDL files are referenced by, co-located with, or embedded within Web documents.</p>
<p>WIDL does not require that existing Web resources be modified in any way. Flexible management models allow organizations to describe and integrate Web sites that are uncontrolled, as well as to provide their business partners with interfaces to services that are controlled. The ability to seamlessly migrate from independent to shared management eases the transition from informal to formal business-to-business integration.</p>
<p>&nbsp;</p>
<p>2.3 Language Bindings</p>
<p>The primary purpose of WIDL is integration of Web resources with corporate business applications. In much the same way that DCE or CORBA IDL is used to generate code fragments, or &#8216;stubs&#8217;, to be included in application development projects, WIDL provides the structure necessary for generating client code in languages such as C/C++, Java, COBOL, and Visual Basic. Developers can thus be insulated from the need to understand both HTML/XML parsing and Web protocols. This capability enables the existing skills of innumerable programmers to be rapidly leveraged in the utilization of Web based resources.</p>
<p>&nbsp;</p>
<h1>3. Object Model References</h1>
<p>Many of the features of WIDL require a capability to reliably identify and extract specific data elements from Web documents. Various mechanisms for accessing elements of HTML and/or XML documents have been defined, such as the Javascript Page Object Model, the Document Object Model, and XLL XPointers. WIDL does not define or determine a mechanism for accessing document data, but rather allows an object model referencing mechanism to be specified on a per-interface basis.</p>
<p>&nbsp;</p>
<p>The following capabilities are desirable for accessing elements of Web documents:</p>
<p>&nbsp;</p>
<p>HTML Parsing</p>
<p>XML Parsing</p>
<p>Text Pattern Matching</p>
<p>Object referencing mechanisms would ideally support both parsing and pattern matching. Pattern matching extracts data based on regular expressions, and is well suited to raw text files and poorly constructed HTML documents. Parsing, on the other hand, recovers document structure and exposes relationships between document objects, enabling elements of a document to be accessed with an object model.</p>
<p>&nbsp;</p>
<h1>4. WIDL Reference</h1>
<p>The Web Interface Definition Language (WIDL) is an application of the eXtensible Markup Language (XML); its definition consists of the various XML elements defined in this section.</p>
<h3>Major Elements</h3>
<p>WIDL &#8211; defines an interface</p>
<p>SERVICE &#8211; child of WIDL &#8211; defines a service</p>
<p>BINDING &#8211; child of WIDL &#8211; defines input and output parameters for services</p>
<h3>Minor Elements</h3>
<p>VARIABLE &#8211; child of BINDING &#8211; defines a variable within a binding</p>
<p>CONDITION &#8211; child of BINDING &#8211; defines a condition within a binding</p>
<p>REGION &#8211; child of BINDING &#8211; defines a area within a document</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/royamit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/royamit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/royamit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/royamit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/royamit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/royamit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/royamit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/royamit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/royamit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/royamit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/royamit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/royamit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/royamit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/royamit.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=24&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://royamit.wordpress.com/2011/12/02/web-interface-definition-language-widl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>19.997798 73.785065</georss:point>
		<geo:lat>19.997798</geo:lat>
		<geo:long>73.785065</geo:long>
		<media:content url="http://1.gravatar.com/avatar/f34634a23732786203eb0f2b8f704fcc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Amit Roy</media:title>
		</media:content>
	</item>
		<item>
		<title>HTML4 vs HTML 5</title>
		<link>http://royamit.wordpress.com/2011/11/22/html4-vs-html-5/</link>
		<comments>http://royamit.wordpress.com/2011/11/22/html4-vs-html-5/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 11:46:29 +0000</pubDate>
		<dc:creator>Amit Roy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML4]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XHTML, HTML, CSS. CSS1, CSS2, Photoshop, Dreamweaver, Designer]]></category>
		<category><![CDATA[Amit]]></category>
		<category><![CDATA[amit-designer]]></category>
		<category><![CDATA[amit-roy]]></category>
		<category><![CDATA[amitroy]]></category>
		<category><![CDATA[CSS3 Advanced Layout Module]]></category>
		<category><![CDATA[CSS3 Box Model]]></category>
		<category><![CDATA[CSS3 Cascading and Inheritance]]></category>
		<category><![CDATA[CSS3 for Mobile]]></category>
		<category><![CDATA[CSS3 Mobile Profile]]></category>
		<category><![CDATA[CSS3 Ruby]]></category>
		<category><![CDATA[flexibility]]></category>
		<category><![CDATA[online-marketing]]></category>
		<category><![CDATA[Roy]]></category>
		<category><![CDATA[Roy-Amit]]></category>
		<category><![CDATA[roy-designer]]></category>
		<category><![CDATA[royamit]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web-designer-Amit]]></category>
		<category><![CDATA[web-designer-roy]]></category>

		<guid isPermaLink="false">http://royamit.wordpress.com/?p=16</guid>
		<description><![CDATA[What are the key differences between HTML4 and HTML5 draft? HTML5 has several goals which differentiate it from HTML4. The primary one is consistent, defined error handling. As you know, HTML purposely supports &#8216;tag soup&#8217;, or the ability to write malformed code and have it corrected into a valid document. The problem is that the rules for doing this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=16&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>What are the key differences between HTML4 and HTML5 draft?</strong></p>
<p>HTML5 has several goals which differentiate it from HTML4.</p>
<p>The primary one is <em>consistent, defined error handling</em>. As you know, HTML purposely supports &#8216;tag soup&#8217;, or the ability to write malformed code and have it corrected into a valid document. The problem is that the rules for doing this aren&#8217;t written down anywhere. When a new browser vendor wants to enter the market, they just have to test malformed documents in various browsers (especially IE) and reverse-engineer their error handling. If they don&#8217;t, then many pages won&#8217;t display correctly (estimates place roughly 90% of pages on the net as being at least somewhat malformed).</p>
<p>So, HTML5 is attempting to discover and codify this error handling, so that browser developers can all standardize and greatly reduce the time and money required to display things consistently. As well, long in the future after HTML has died as a document format, historians may still want to read our documents, and having a completely defined parsing algorithm will greatly aid this.</p>
<p>The secondary goal of HTML5 is to develop the ability of the browser to be an application platform, via HTML, CSS, and Javascript. Many elements have been added directly to the language that are currently (in HTML4) Flash or JS-based hacks, such as &lt;canvas&gt;, &lt;video&gt;, and &lt;audio&gt;. Useful things such as Local Storage (a js-accessible browser-builtin sql database, for storing information beyond what cookies can hold), new input types such as date for which the browser can expose easy user interface (so that we don&#8217;t have to use our js-based calendar date-pickers), and browser-supported form validation will make developing web applications much simpler for the developers, and make them much faster for the users (since many things will be supported natively, rather than hacked in via javascript).</p>
<p>There are many other smaller efforts taking place in HTML5, such as better-defined semantic roles for existing elements (&lt;strong&gt; and &lt;em&gt; now actually mean something different, and even &lt;b&gt; and &lt;i&gt; have vague semantics that should work well when parsing legacy documents) and adding new elements with useful semantics &#8211; &lt;article&gt;, &lt;section&gt;, &lt;header&gt;, &lt;aside&gt;, and &lt;nav&gt; should replace the majority of &lt;div&gt;s used on a web page, making your pages a bit more semantic, but more importantly, <em>easier to read</em>. No more painful scanning to see just what that random &lt;/div&gt; is closing &#8211; instead you&#8217;ll have an obvious &lt;/header&gt;, or &lt;/article&gt;, making the structure of your document much more intuitive.</p>
<hr />
<p><strong>SEO Differences Between HTML5 v HTML4 Versions</strong></p>
<p>A Typical Web Page In HTML 4 Code:</p>
<p>&lt;html&gt;  &lt;head&gt;</p>
<p>&lt;title&gt;Hobo Web LTD Scotland&lt;/title&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;div id=&#8221;page&#8221;&gt;</p>
<p>&lt;div id=&#8221;header&#8221;&gt;</p>
<p>&lt;h1&gt;&lt;a href=&#8221;/blog/&#8221;&gt;Hobo Web&lt;/a&gt;&lt;/h1&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=&#8221;container&#8221;&gt;</p>
<p>&lt;div id=&#8221;center&#8221;&gt;</p>
<p>&lt;div id=&#8221;post-102&#8243;&gt;</p>
<p>&lt;h2&gt;&lt;a href=&#8221;/test-page/&#8221;&gt;</p>
<p>Test Page 1&lt;/a&gt;&lt;/h2&gt;        &lt;div&gt;</p>
<p>&lt;p&gt;Article Text here&lt;/p&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=&#8221;post-101&#8243;&gt;</p>
<p>&lt;h2&gt;&lt;a href=&#8221;/test2/&#8221;&gt;</p>
<p>Test 2&lt;/a&gt;&lt;/h2&gt;</p>
<p>&lt;div&gt;</p>
<p>&lt;p&gt;Article 2 Text here&lt;/p&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div&gt;</p>
<p>&lt;div&gt;</p>
<p>&lt;a href=&#8221;/blog/page/2/&#8221;&gt;Ã‚« Previous Entries&lt;/a&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div&gt;&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=&#8221;right&#8221;&gt;</p>
<p>&lt;ul id=&#8221;sidebar&#8221;&gt;</p>
<p>&lt;li&gt;&lt;h2&gt;Hobo Stuff&lt;/h2&gt;</p>
<p>&lt;ul&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;/blog/comment-policy/&#8221;&gt;Comment Policy&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;/blog/todo-list/&#8221;&gt;Todo List&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;/ul&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;h2&gt;Archives&lt;/h2&gt;</p>
<p>&lt;ul&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8217;/blog/2008/04/&#8217;&gt;April 2008&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8217;/blog/2008/03/&#8217;&gt;March 2008&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8217;/blog/2008/02/&#8217;&gt;February 2008&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8217;/blog/2008/01/&#8217;&gt;January 2008&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;/ul&gt;</p>
<p>&lt;/li&gt;</p>
<p>&lt;/ul&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=&#8221;footer&#8221;&gt;&lt;p&gt;Copyright 2008 Hobo Web LTD&lt;/p&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
<p>&#8230;here’s the same page, with differences clear, in the W3C’s new incarnation.</p>
<p>An Example of a Typical Page in HTML 5 Code:</p>
<p>&lt;html&gt; &lt;head&gt;</p>
<p>&lt;title&gt;Hobo Web LTD Scotland&lt;/title&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;header&gt;</p>
<p>&lt;h1&gt;&lt;a href=&#8221;http://blog/&#8221;&gt;Hobo Web&lt;/a&gt;&lt;/h1&gt;</p>
<p>&lt;/header&gt;</p>
<p>&lt;section&gt;</p>
<p>&lt;article&gt;</p>
<p>&lt;h2&gt;&lt;a href=&#8221;/test-page/&#8221;&gt;</p>
<p>Test Page 1&lt;/a&gt;&lt;/h2&gt;        &lt;p&gt;Article Text here&lt;/p&gt;</p>
<p>&lt;/article&gt;</p>
<p>&lt;article&gt;</p>
<p>&lt;h2&gt;&lt;a href=&#8221;/test2/&#8221;&gt;</p>
<p>Test 2&lt;/a&gt;&lt;/h2&gt;</p>
<p>&lt;p&gt;Article Text 2 here&lt;/p&gt;</p>
<p>&lt;/article&gt;</p>
<p>&lt;nav&gt;</p>
<p>&lt;a href=&#8221;/blog/page/2/&#8221;&gt;Ã‚« Previous Entries&lt;/a&gt;</p>
<p>&lt;/nav&gt;</p>
<p>&lt;/section&gt;</p>
<p>&lt;nav&gt;</p>
<p>&lt;ul&gt;</p>
<p>&lt;li&gt;&lt;h2&gt;Hobo Stuff&lt;/h2&gt;</p>
<p>&lt;ul&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;/blog/comment-policy/&#8221;&gt;Comment Policy&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8221;/blog/todo-list/&#8221;&gt;Todo List&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;/ul&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;h2&gt;Archives&lt;/h2&gt;</p>
<p>&lt;ul&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8217;/blog/2008/04/&#8217;&gt;April 2008&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8217;/blog/2008/03/&#8217;&gt;March 2008&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8217;/blog/2008/02/&#8217;&gt;February 2008&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href=&#8217;/blog/2008/01/&#8217;&gt;January 2008&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;/ul&gt;</p>
<p>&lt;/li&gt;</p>
<p>&lt;/ul&gt;</p>
<p>&lt;/nav&gt;</p>
<p>&lt;footer&gt;</p>
<p>&lt;p&gt;Copyright 2008 Hobo Web LTD&lt;/p&gt;</p>
<p>&lt;/footer&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
<hr />
<p><strong>HTML 5 Notes</strong></p>
<p>Discover other new features, and learn more about the future of HTML.</p>
<p>HTML 5 introduces new elements to HTML for the first time since the 1990′s. New structural elements include aside, figure, and section. New inline elements include time, meter, and progress. New embedding elements include video and audio. New interactive elements include details, datagrid, and command.</p>
<p>HTML 5 defines the fifth major revision of the core language of the World Wide Web – HTML – from the W3C (World Wide Web Consortium). Also called Web Applications 1.0 – there are still no no namespaces or schemas. Elements don’t have to be closed. Browsers are forgiving of errors. A p is still a p, and a table is still a table.</p>
<p>HTML 5 adds new elements to specifically identify each of these common constructs:</p>
<p>section: A part or chapter in a book, a section in a chapter, or essentially anything that has its own heading in HTML 4</p>
<p>header: The page header shown on the page; not the same as the head element</p>
<p>footer: The page footer where the fine print goes; the signature in an e-mail message</p>
<p>nav: A collection of links to other pages</p>
<p>article: An independent entry in a blog, magazine, compendium, and so forth.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/royamit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/royamit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/royamit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/royamit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/royamit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/royamit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/royamit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/royamit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/royamit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/royamit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/royamit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/royamit.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/royamit.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/royamit.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=16&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://royamit.wordpress.com/2011/11/22/html4-vs-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<georss:point>19.997798 73.785065</georss:point>
		<geo:lat>19.997798</geo:lat>
		<geo:long>73.785065</geo:long>
		<media:content url="http://1.gravatar.com/avatar/f34634a23732786203eb0f2b8f704fcc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Amit Roy</media:title>
		</media:content>
	</item>
		<item>
		<title>SEO-Advanced Text Linking Strategies</title>
		<link>http://royamit.wordpress.com/2009/04/18/seo-advanced-text-linking-strategies/</link>
		<comments>http://royamit.wordpress.com/2009/04/18/seo-advanced-text-linking-strategies/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 13:33:19 +0000</pubDate>
		<dc:creator>Amit Roy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XHTML, HTML, CSS. CSS1, CSS2, Photoshop, Dreamweaver, Designer]]></category>
		<category><![CDATA[Amit]]></category>
		<category><![CDATA[amit-designer]]></category>
		<category><![CDATA[amit-roy]]></category>
		<category><![CDATA[amitroy]]></category>
		<category><![CDATA[CSS3 Advanced Layout Module]]></category>
		<category><![CDATA[CSS3 Box Model]]></category>
		<category><![CDATA[CSS3 Cascading and Inheritance]]></category>
		<category><![CDATA[CSS3 for Mobile]]></category>
		<category><![CDATA[CSS3 Mobile Profile]]></category>
		<category><![CDATA[CSS3 Ruby]]></category>
		<category><![CDATA[flexibility]]></category>
		<category><![CDATA[online-marketing]]></category>
		<category><![CDATA[Roy]]></category>
		<category><![CDATA[Roy-Amit]]></category>
		<category><![CDATA[roy-designer]]></category>
		<category><![CDATA[royamit]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[web-designer-Amit]]></category>
		<category><![CDATA[web-designer-roy]]></category>

		<guid isPermaLink="false">http://royamit.wordpress.com/?p=13</guid>
		<description><![CDATA[There are some advanced things you can do when considering your link text that will allow you to gain even more benefit from them. Lets look at some ideas and suggestions, as well as think about some more high levels strategies revolving about link text. Place Plain Text Around Links Placing some plain text next [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=13&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="font-size:12px;color:#000000;font-family:Arial, Tahoma,;">
<p style="margin:0 auto 4px;padding:0;">There are some advanced things you can do when considering your link text that will allow you to gain even more benefit from them. Lets look at some ideas and suggestions, as well as think about some more high levels strategies revolving about link text.</p>
<p style="margin:0 auto 4px;padding:0;">
<h2 style="font-size:13px;color:#6699FF;margin:0;padding:0;">Place Plain Text Around Links</h2>
<p>Placing some plain text next to your links is better than just having bare links all over the place. Many search engines use the text surrounding a link to help figure out what a link is about. Although I would not go so far as to place plain text in your navigation menu, and it may not look good down near the bottom of your page near the copyright notice, but when available, its always a good idea to add a line of descriptive text next to your link.</p>
<p style="margin:0 auto 4px;padding:0;">
<h2 style="font-size:13px;color:#6699FF;margin:0;padding:0;">Varying Your Destination URL?</h2>
<p>There has been alot of debate in the last few years about whether when you are out there submitting your links, asking for links, and linking your own pages up, whether you should change out the desination URL. What I mean is, &#8216;domain.com&#8217; and &#8216;www.domain.com&#8217; usually point to the exact same place. Also depending on my website&#8217;s setup, something like &#8216;domain.com/index.php&#8217; or &#8216;domain.com/index.htm&#8217; also points to the same place.</p>
<p>So should you be changing up the destination URL constantly? No. Should you change it up a bit here and there? Yes. You should find the scheme that you prefer most, and stick with that 80-90% of the time. So if you decide that you like the &#8216;domain.com&#8217; version better than the &#8216;www.domain.com&#8217; version, then stick with that most of the time. Sticking with the same scheme will give you better search engine results in general, however you should vary it using the different flavors of your URL at least 10% or so of the time.</p>
<p style="margin:0 auto 4px;padding:0;">
<h2 style="font-size:13px;color:#6699FF;margin:0;padding:0;">How Many Links Per Page?</h2>
<p>This is certainly a good question, and something that really deserves its own page. However with the present state of the web, I would personally not put more than 30 links on one page at any given time. Now there may be some exceptions to this. For instance your own sitemap page, or a page that has 50 links that all point to other areas of your site. Thats not a big deal in the eyes of the search engines. What I would avoid however, is placing large amounts of links to external sites on one big page. You don&#8217;t want to have your page be viewed as some sort of link farm right?</p>
<p style="margin:0 auto 4px;padding:0;">
<h2 style="font-size:13px;color:#6699FF;margin:0;padding:0;">What If My Link Has To Be My Name?</h2>
<p>Blog comments are a common place where there are links that are expected to be a name. Many blog systems allow you attach a link to the name you use to post comments. This free link of sorts tends to be highly abused however, and the blog owners do not look too kindly upon people who jam a bunch of keywords in as their &#8216;name&#8217; when posting comments. This smells like spam and they will delete and/or blacklist you in a second. However, you can often give yourself a &#8216;title&#8217; type of name. As long as you are backing it up with a long,useful,relevant comment that blows away all the other comments on the page, most blog owners would be happy to put up a comment like that.  Examples of good names to use would be &#8216;Sewing Sally&#8217; instead of just &#8216;Sally&#8217;. Yes you are still calling yourself Sally, but at least you have the keyword &#8216;sewing&#8217; now added to the link as well. Other examples that you can try would be things like &#8216;Cooking Fan&#8217;, &#8216;Joe the Plumber&#8217;, or &#8216;Marketing Guru&#8217;.</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/royamit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/royamit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/royamit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/royamit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/royamit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/royamit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/royamit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/royamit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/royamit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/royamit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/royamit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/royamit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/royamit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/royamit.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=13&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://royamit.wordpress.com/2009/04/18/seo-advanced-text-linking-strategies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f34634a23732786203eb0f2b8f704fcc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Amit Roy</media:title>
		</media:content>
	</item>
		<item>
		<title>Building Accessible Static Navigation with CSS</title>
		<link>http://royamit.wordpress.com/2009/02/23/building-accessible-static-navigation-with-css/</link>
		<comments>http://royamit.wordpress.com/2009/02/23/building-accessible-static-navigation-with-css/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 11:58:08 +0000</pubDate>
		<dc:creator>Amit Roy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XHTML, HTML, CSS. CSS1, CSS2, Photoshop, Dreamweaver, Designer]]></category>
		<category><![CDATA[Amit]]></category>
		<category><![CDATA[amit-designer]]></category>
		<category><![CDATA[amit-roy]]></category>
		<category><![CDATA[amitroy]]></category>
		<category><![CDATA[CSS3 Box Model]]></category>
		<category><![CDATA[Roy-Amit]]></category>
		<category><![CDATA[roy-designer]]></category>
		<category><![CDATA[royamit]]></category>
		<category><![CDATA[web-designer-Amit]]></category>
		<category><![CDATA[web-designer-roy]]></category>
		<category><![CDATA[web-site-designer]]></category>

		<guid isPermaLink="false">http://royamit.wordpress.com/?p=11</guid>
		<description><![CDATA[When building a navigation menu for a web site, steps should be taken to ensure that it is accessible, and degrades gracefully in older browsers with lesser CSS support. In this article we will explore one such implementation. The navigation menu you see in this example is built with valid, semantic HTML and CSS &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=11&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When building a navigation menu for a web site, steps should be taken to ensure that it is accessible, and degrades gracefully in older browsers with lesser <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a> support. In this article we will explore one such implementation. The navigation menu you see in this example is built with valid, semantic <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">HTML </a>and <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a> &#8211; no JavaScript is involved, as I felt this was unnecessary. The static (non-expanding/collapsing) nature of the example suits a web site comprised of twenty or less target pages.</p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">This article is divided into the following sections</span></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">1. Nav Container -</span></strong><span style="font-size:10pt;font-family:Tahoma;"> The nav container (&lt;div id=&#8221;nav&#8221;&gt;&lt;/div&gt;) contains the following three areas of the <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">navigation</a>, and is placed in each web page of the document collection.</span></p>
<p><span style="font-size:10pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:10pt;font-family:Tahoma;">Skip to content styled button</span></strong><span style="font-size:10pt;font-family:Tahoma;"> &#8211; This is placed directly at the top of the nav container, and is an <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">accessibility</a> feature for users with visual impairments.</span></p>
<p class="MsoNormal" style="margin-left:.4in;text-indent:-.1in;"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:621349764; 	mso-list-type:hybrid; 	mso-list-template-ids:-1506797044 1590970310 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.3in; 	mso-level-number-position:left; 	margin-left:.4in; 	text-indent:-.1in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:10pt;font-family:Tahoma;">Area headings</span></strong><span style="font-size:10pt;font-family:Tahoma;"> &#8211; This defines the structure and presentation of the area headings that separate each section of the <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">navigation</a> container.</span></p>
<p class="MsoNormal" style="margin-left:.4in;text-indent:-.1in;"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:621349764; 	mso-list-type:hybrid; 	mso-list-template-ids:-1506797044 1590970310 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.3in; 	mso-level-number-position:left; 	margin-left:.4in; 	text-indent:-.1in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:10pt;font-family:Tahoma;">Link state symbols area</span></strong><span style="font-size:10pt;font-family:Tahoma;"> &#8211; This is a legend consisting of symbols that define the state of a hyperlink as a user traverses the document collection. It is an <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">accessibility</a> feature for users that are visually impaired, color blind, or suffer from short term memory loss or dyslexia.</span></p>
<p class="MsoNormal" style="margin-left:.4in;text-indent:-.1in;"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:621349764; 	mso-list-type:hybrid; 	mso-list-template-ids:-1506797044 1590970310 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.3in; 	mso-level-number-position:left; 	margin-left:.4in; 	text-indent:-.1in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Symbol;"><span>·<span style="font-family:&quot;font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;"> </span></span></span><!--[endif]--><strong><span style="font-size:10pt;font-family:Tahoma;">Topics area</span></strong><span style="font-size:10pt;font-family:Tahoma;"> &#8211; As it says, here is where all topic web pages are listed and hyperlinked for surfing through the document collection.</span></p>
<p class="MsoNormal" style="margin-left:.4in;text-indent:-.1in;">
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">2. Currently open page</span></strong><span style="font-size:10pt;font-family:Tahoma;"> &#8211; Here I discuss another aspect of my navigation which you may find useful, namely the &#8220;Currently open page&#8221; feature.</span></p>
<p>________________________________________________________________________________________________</p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:12pt;font-family:Tahoma;">1. Nav container</span></strong></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">The nav div container acts as a wrapper for and defines the overall position of the navigation areas. It is absolutely positioned at the top and left sides of the web page by a rule in the external <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">style sheet</a>.</span></p>
<p>1.1 <!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:11pt;font-family:Tahoma;">Nav container markup</span></strong></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;">&lt;div id=&#8221;nav&#8221;&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;h4 class=&#8221;skip&#8221;&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;a href=&#8221;#a1&#8243;&gt;skip to content&lt;/a&gt;&lt;/h4&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;hr /&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;h4&gt;link state symbols&lt;/h4&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;ul class=&#8221;linkstate&#8221;&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;img alt=&#8221;Ball symbol.&#8221; class=&#8221;state&#8221; src=&#8221;images/hover.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /&gt;&lt;span class=&#8221;focus&#8221;&gt;Focus/Hover&lt;/span&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;unvisited&#8221;&gt;&lt;img alt=&#8221;Chain link symbol.&#8221; class=&#8221;state&#8221; src=&#8221;images/link.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /&gt;Unvisited&lt;/li&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;visited&#8221;&gt;&lt;img alt=&#8221;Check mark symbol.&#8221; class=&#8221;state&#8221; src=&#8221;images/visited.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /&gt;Visited&lt;/li&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;currently&#8221;&gt;&lt;img alt=&#8221;Star symbol.&#8221; class=&#8221;state&#8221; src=&#8221;images/star.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /&gt;Currently Open&lt;/li&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/ul&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;hr /&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;h4&gt;topics&lt;/h4&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;ul class=&#8221;linkstate&#8221;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;home.htm&#8221;&gt;Home&lt;/a&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;ul&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic1.htm&#8221;&gt;Topic 1&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;topic2&#8243;&gt;&lt;a href=&#8221;Topic2.htm&#8221; title=&#8221;This page is currently open.&#8221;&gt;Topic 2&lt;/a&gt;&lt;/span&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;ul&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic2a.htm&#8221;&gt;Topic 2a&lt;/a&gt;&lt;/li&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic2b.htm&#8221;&gt;Topic 2b&lt;/a&gt;&lt;/li&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic2c.htm&#8221;&gt;Topic 2c&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic2d.htm&#8221;&gt;Topic 2d&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic2e.htm&#8221;&gt;Topic 2e&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic2f.htm&#8221;&gt;Topic 2f&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/ul&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/li&gt;<span> </span></span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic3.htm&#8221;&gt;Topic 3&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic4.htm&#8221;&gt;Topic 4&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;Topic5.htm&#8221;&gt;Topic 5&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/ul&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/li&gt;</span></p>
<p class="MsoNormal" style="margin-left:.1in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/ul&gt;</span></p>
<p><span style="font-size:10pt;font-family:Tahoma;">&lt;/div&gt;</span></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:11pt;font-family:Tahoma;">1.2 Nav container <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a></span></strong></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">Here we define the presentation code used to position and style the Navigation container div in the browser window:</span></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav {</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">width: 23em; &#8211; gives the navigation div container a relative horizontal size</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">position: absolute; &#8211; removes the navigation div container from the natural flow of the document.</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">top: 1em; &#8211; sets the distance from the top of the browser window</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">left: 1em; &#8211; sets the distance from the left side of the browser window</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">margin: 0em; &#8211; shorthand for the margin property &#8211; removes all margins in the order of top, right, bottom and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">padding: 0em 0.5em 1em 0.5em; &#8211; shorthand for the padding property &#8211; sets the padding in the order of top, right, bottom and left: </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border: 1px solid #ffd505; } &#8211; shorthand code for the border property &#8211; defines the width, type, and color of the border surrounding the nav container: </span></p>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav ul {</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">margin: 0em; &#8211; shorthand for the margin property &#8211; removes all margins in the order of top, right, bottom and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">padding: 0em; &#8211; shorthand for the padding property &#8211; removes all padding in the order of top, right, bottom and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">list-style-type: none; &#8211; removes the list-styles: discs, squares, circles, etc.</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">color: #fff; &#8211; sets the color of white to the text characters</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">background: inherit } &#8211; sets the list to inherit the container background color</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">&amp;#035nav ul li {</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">margin: 0em; &#8211; shorthand for the margin property &#8211; removes all margins in the order of top, right, bottom and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">padding: 0.4em 0em 0em 0.5em; &#8211; shorthand for the padding property &#8211; sets padding in the order of top, right, bottom, and left: </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">list-style-type: none; } &#8211; removes the list-styles: discs, squares, circles, etc.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">&amp;#035nav ul ul li {</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">padding: 0em; &#8211; shorthand for the padding property &#8211; removes all padding in the order of top, right, bottom and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">margin-left: 2em; &#8211; sets the left margin padding to 2em </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">list-style-type: none; } &#8211; removes the list-styles: discs, squares, circles, etc.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">&amp;#035nav ul ul ul li {</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">padding: 0em; &#8211; shorthand for the padding property &#8211; removes all padding in the order of top, right, bottom and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">margin-left: 1.4em; &#8211; sets the left margin padding to 1.4em </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">list-style-type: none; } &#8211; removes the list-styles: discs, squares, circles, etc.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:11pt;font-family:Tahoma;">1.3 Skip to Content area</span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">Following <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">accessibility</a> <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">guidelines</a>, I have included a &#8220;skip to content&#8221; link (styled button) on each web page to allow users to bypass the <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">navigation</a> section and skip to the beginning of the page content. I have designed the button using <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a> to be visible to all users by default, making them aware that this <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">accessibility tool</a> is available. It is made fairly small, and in line with the <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">design</a> of the web page so as not to be too obtrusive to the page <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">design</a>. If a client specified it should not be visible, it could be moved off the visible page using <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a> absolute positioning (Important Note: visibility: hidden; should not be used as this makes it invisible to assistive <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">technologies</a>.) This way, it wouldn&#8217;t be seen at all by sighted users, and users employing screenreaders (or other assistive <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">technologies</a>) could activate it through the keyboard. This eliminates the repetitive spatial <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">navigation</a> or tab key actions needed to manually bypass the <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">navigation</a> and arrive at the first section of content.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">Skip to content area markup</span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">As shown in the following code sample, the markup of the styled button (h4 class=&#8221;skip&#8221;) links the anchor element and its href attribute value (a href=&#8221;#a1&#8243;) with the id attribute value of the first content heading (h2 id=&#8221;a1&#8243;). I do not employ any access keys/character keys to achieve this because the majority have already been pre-assigned by the operating system, the user agent/browser, and any assistive device which may be installed, notwithstanding those few available which a user may have assigned themselves.</span></p>
<p class="MsoNormal"><strong><span style="font-size:10pt;font-family:Tahoma;">Example</span></strong><span style="font-size:10pt;font-family:Tahoma;">: &lt;h4 class=&#8221;skip&#8221;&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span><span> </span>&lt;a href=&#8221;#a1&#8243;&gt;skip to content&lt;/a&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/h4&gt;</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">Skip to content area <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a></span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">I have defined the following styles in an external style sheet to style and position the &#8220;Skip to Content&#8221; button hyperlink just how I want it:</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav h4.skip {</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">font-size: 1.1em; &#8211; sets the font-size to a relative size of 1.1em</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">font-weight: bold; &#8211; sets the font-weight to bold</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">font-variant: small-caps; &#8211; sets the font-variant to small-caps</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">margin: 1.8em 0em 0em 0em; &#8211; shorthand for the margin property in the order of top, right, bottom and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">padding: 0.5em; &#8211; sets all padding (top, right, bottom, and left) to 0.5em</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">color: #fff; &#8211; sets the font color to white</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">background: none; &#8211; removes any background and image attached to the anchor hyperlink</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">text-decoration: none; } &#8211; removes the default underline from the anchor hyperlink</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav h4.skip a:link #nav h4.skip a:visited{</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">color: #000; &#8211; sets the font color to black</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">background: #ccc; &#8211; sets the background color of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">padding: 0.2em 1em; &#8211; shorthand code for padding in the order of top and bottom, then right and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border-top: 0.15em solid #fff; &#8211; top border shorthand: sets the thickness, type and color for the unvisited and visited state of the top border of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border-left: 0.15em solid #fff; &#8211; left border shorthand: sets the thickness, type and color for the unvisited and visited state of the left border of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border-bottom: 0.15em solid #aaa; &#8211; bottom border shorthand: sets the thickness, type and color for the unvisited and visited state of the bottom border of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border-right: 0.15em solid #aaa; } &#8211; right border shorthand: sets the thickness, type and color for the unvisited and visited state of the right border of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav h4.skip a:hover #nav h4.skip a:active #nav h4.skip a:focus{</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">color: #fff; &#8211; sets the font color to white</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">background: #454545; &#8211; sets the background color of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">padding: 0.2em 1em; &#8211; shorthand code for padding in the order of top and bottom, then right and left </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border-top: 0.15em solid #fff; &#8211; top border shorthand: sets the thickness, type and color for the hover, active and focus states of the top border of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border-left: 0.15em solid #fff; &#8211; left border shorthand: sets the thickness, type and color for the hover, active and focus states of the left border of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border-bottom: 0.15em solid #aaa; &#8211; bottom border shorthand: sets the thickness, type and color for the hover, active and focus states of the bottom border of the button</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">border-right: 0.15em solid #aaa; } &#8211; right border shorthand: sets the thickness, type and color for the hover, active and focus states of the right border of the button</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:11pt;font-family:Tahoma;">1.4 Area headings</span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">Each area of the <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">navigation</a> &lt;div&gt;&lt;/div&gt; container begins with a heading using the &lt;h4&gt;&lt;/h4&gt; element.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">The Area Headings markup</span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">&lt;h4&gt;Area Name&lt;/h4&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><br />
</span></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong></strong></p>
<p class="MsoNormal"><strong><span style="font-size:10pt;font-family:Tahoma;">The Area headings <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a></span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav h4 {</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>font-size: 1.5em;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>font-variant: small-caps;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>text-align: center;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>margin: 0em;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>padding-bottom: 0.3em;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>color: #fff;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>background: inherit; }</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:11pt;font-family:Tahoma;">1.5 Link state symbols area</span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">This legend defines the current state of all hyperlinks. In the Topics area of the <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">navigation</a> container, the current state of each link is represented by a different symbol positioned to the right of the hyperlink text &#8211; these are summarized in the table below. This is important to users that are color blind, visually impaired, or suffer from short term memory deficiency. It eliminates link state color, gives them the ability to identify if they have or have not visited a topic, and also allows them to identify a hyperlink by keyboard or mouse navigation.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><strong><span style="font-size:10pt;font-family:Tahoma;">State</span></strong><span style="font-size:10pt;font-family:Tahoma;"><span> </span><span> </span><span> </span><strong>Description</strong></span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">Focus/Hover<span> </span> <span> </span>Ball &#8211; signifies the focus, hover and active pseudo-classes</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">Unvisited<span> </span> <span> </span><span> </span>Chain link &#8211; signifies an unvisited link, the link pseudo-class</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">Visited<span> </span> <span> </span><span> </span>Check mark &#8211; signifies a visited link, the visited pseudo-class</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">Currently Open<span> </span>Star &#8211; signifies a topic <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">web</a> page which is currently open and being viewed</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">Link state symbols area markup</span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">The legend is constructed using a simple unordered list, containing image elements with relative paths to the symbol graphics. alt attributes give a short description of the symbols. Please note that this legend gives a static rendering of the symbols &#8211; purely for identification purposes. The symbols will become dynamic through <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a> image replacement in the Topics area hyperlinks, when the linkstate class attribute is added to the opening tag of the root unordered list element.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:9pt;font-family:Tahoma;">&lt;h4&gt;link state symbols&lt;/h4&gt;</span></p>
<p class="MsoNormal"><span style="font-size:9pt;font-family:Tahoma;"><span> </span><span> </span>&lt;ul class=&#8221;linkstate&#8221;&gt; </span></p>
<p class="MsoNormal"><span style="font-size:9pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;focus&#8221;&gt;&lt;img alt=&#8221;Ball symbol.&#8221; class=&#8221;state&#8221; src=&#8221;images/hover.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /&gt;Focus/Hover&lt;/li&gt; </span></p>
<p class="MsoNormal"><span style="font-size:9pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;unvisited&#8221;&gt;&lt;img alt=&#8221;Chain link symbol.&#8221; class=&#8221;state&#8221; src=&#8221;images/link.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /&gt;Unvisited&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:9pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;visited&#8221;&gt;&lt;img alt=&#8221;Check mark symbol.&#8221; class=&#8221;state&#8221; src=&#8221;images/visited.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /&gt;Visited&lt;/li&gt; </span></p>
<p class="MsoNormal"><span style="font-size:9pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;currently&#8221;&gt;&lt;img alt=&#8221;Star symbol.&#8221; class=&#8221;state&#8221; src=&#8221;images/star.gif&#8221; width=&#8221;16&#8243; height=&#8221;16&#8243; /&gt;Currently Open&lt;/li&gt; </span></p>
<p class="MsoNormal"><span style="font-size:9pt;font-family:Tahoma;"><span> </span>&lt;/ul&gt;</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">Link state symbols area <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a></span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">The Link State Symbols area presentation code is defined as follows:</span></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .linkstate {</span></p>
<p class="MsoNormal" style="margin-left:.8in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">font-weight: bold; } &#8211; sets all characters to bold</span></p>
<p class="MsoNormal" style="margin-left:.8in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .state {</span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">padding-right: 1em; &#8211; sets the symbol image space to the right of the text</span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">vertical-align: top; } &#8211; sets the symbol image to the top of the text baseline</span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .focus {</span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">color: #fff; &#8211; sets the text color to white</span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">background: transparent; &#8211; sets the background color to transparent </span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">text-decoration: underline; } &#8211; sets the underline beneath the hyperlink </span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .link {</span></p>
<p class="MsoNormal" style="margin-left:.6in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>color: #a4d3ee; &#8211; sets the text color to light blue</span></p>
<p class="MsoNormal" style="margin-left:.4in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>background: transparent; } &#8211; sets the background color to transparent </span></p>
<p class="MsoNormal" style="margin-left:.4in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .visited {</span></p>
<p class="MsoNormal" style="margin-left:.8in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>color: orange; &#8211; sets the text color to orange</span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>background: transparent; } </span></p>
<p class="MsoNormal" style="margin-left:.6in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .currently {</span></p>
<p class="MsoNormal" style="margin-left:.8in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">color: yellow; &#8211; sets the text color to yellow</span></p>
<p class="MsoNormal" style="margin-left:.8in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">background: transparent; } &#8211; sets the background color to transparent</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:11pt;font-family:Tahoma;">1.6 Topics area</span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">The Topics area contains the global navigation for the pages in the <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">web</a> site. Each topic is hyperlinked to its individual web page and is activated either by spatial keyboard navigation, tab key or mouse.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">In this code I have dynamically employed the symbols I identified earlier in the Link state symbols area legend. Identification of the current state of any link in the Topics area is achieved by inserting a class attribute with its value of linkstate in the root unordered list element opening tag (&lt;ul class=&#8221;linkstate&#8221;&gt;). The link state symbols, as previously defined in the legend, now become dynamic though image replacement using external <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a>. All hyperlinks in the Topics area now show their current link state via the symbol at the end of their link text. Links that are not in the hover, active or focus state will show the unvisited chain link symbol, the visited check mark symbol, or the star symbol which signifies that the page is currently open and being viewed.</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">In addition, as a user navigates through the Topics area hyperlink list via keyboard or mouse and gains focus on each link, the link will become underlined, and a ball symbol will replace either the chain link (unvisited) or check mark (visited) symbols. This ball symbol represents the hover, active, and focus pseudo-classes of the anchor link element. Please note that the star symbol which signifies a currently open page, will remain static and not change (this is an optional feature which I&#8217;ll describe later in the article).</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">Topics area markup</span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">&lt;h4&gt;topics&lt;/h4&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;ul class=&#8221;linkstate&#8221;&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;home.htm&#8221;&gt;Home&lt;/a&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;ul&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;topic1.htm&#8221;&gt;Topic 1&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;topic2.htm&#8221;&gt;Topic 2&lt;/a&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;ul&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span><span> </span>&lt;li&gt;&lt;a href=&#8221;subtopic2a.htm&#8221;&gt;Subtopic 2A&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;subtopic2b.htm&#8221;&gt;Subtopic 2B&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;subtopic2c.htm&#8221;&gt;Subtopic 2C&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li class=&#8221;subtopic2d&#8221;&gt;&lt;a href=&#8221;subtopic2d.htm&#8221; title=&#8221;This page is currently open.&#8221;&gt;Subtopic 2D&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;subtopic2e.htm&#8221;&gt;Subtopic 2E&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;subtopic2f.htm&#8221;&gt;Subtopic 2F&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/ul&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;topic3.htm&#8221;&gt;Topic 3&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;topic4.htm&#8221;&gt;Topic 4&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;li&gt;&lt;a href=&#8221;topic5.htm&#8221;&gt;Topic 5&lt;/a&gt;&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/ul&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/li&gt;</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"><span> </span>&lt;/ul&gt;</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <strong><span style="font-size:10pt;font-family:Tahoma;">Topics area <a title="amit-roy-css-html-xhtml-web-designer-web2.0" href="http://amitroydesigner.blogspot.com/" target="_blank">CSS</a></span></strong></p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}<br />
 <span style="font-size:10pt;font-family:Tahoma;">The presentation code for the Topics area is defined in the following manner:</span></p>
<p class="MsoNormal">
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;} &#8211;&gt; <!--[if gte mso 10]&gt;--><br />
 /* Style Definitions */<br />
 table.MsoNormalTable<br />
	{mso-style-name:&#8221;Table Normal&#8221;;<br />
	mso-tstyle-rowband-size:0;<br />
	mso-tstyle-colband-size:0;<br />
	mso-style-noshow:yes;<br />
	mso-style-parent:&#8221;";<br />
	mso-padding-alt:0in 5.4pt 0in 5.4pt;<br />
	mso-para-margin:0in;<br />
	mso-para-margin-bottom:.0001pt;<br />
	mso-pagination:widow-orphan;<br />
	font-size:10.0pt;<br />
	font-family:&#8221;Times New Roman&#8221;;<br />
	mso-ansi-language:#0400;<br />
	mso-fareast-language:#0400;<br />
	mso-bidi-language:#0400;}</p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .linkstate {</span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">font-weight: bold; } &#8211; sets all link characters to bold.</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .linkstate a:link{</span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">text-decoration: none; &#8211; removes underlining from hyperlinks</span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">color: #a4d3ee; &#8211; sets the font color to a light blue</span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">padding-right: 1.7em; &#8211; creates space on the right side of the Topic for the linkstate image</span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">vertical-align: bottom; &#8211; positions the image at the bottom of the text line </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">background: #000 url(images/link.gif) no-repeat right; } &#8211; shorthand for the background property, defined as follows: </span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">#000 &#8211; sets the background color to black</span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">url(images/link.gif) &#8211; sets the relative path to the images folder containing the link icon image</span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">no-repeat &#8211; sets the image to a single and not a multiple rendering</span></p>
<p class="MsoNormal" style="margin-left:.2in;text-indent:.2in;"><span style="font-size:10pt;font-family:Tahoma;">right; &#8211; positions the image to the right of the hyperlink</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .linkstate a:visited{</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">text-decoration: none; &#8211; removes underlining from hyperlinks</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">color: orange; &#8211; sets the font color to orange</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">padding-right: 1.7em; &#8211; makes space on the right side of the Topic for the linkstate image</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">vertical-align: bottom; &#8211; positions the image at the bottom of the text line </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">background: #000 url(images/visited.gif) no-repeat right; } &#8211; shorthand for the background property, defined as follows: </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">#000 &#8211; sets the background color to black</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">url(images/visited.gif) &#8211; sets the relative path to the images folder containing the link icon image</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">no-repeat &#8211; sets the image to a single and not a multiple rendering</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">right; &#8211; positions the image to the right of the hyperlink</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .linkstate a:hover{</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">text-decoration: none; &#8211; removes underlining from hyperlinks</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">color: #fff; &#8211; sets the font color to white</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">padding-right: 1.7em; &#8211; makes space on the right side of the Topic for the linkstate image</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">vertical-align: bottom; &#8211; positions the image at the bottom of the text line </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">background: #000 url(images/hover.gif) no-repeat right; } &#8211; shorthand for the background property, defined as follows: </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">#000 &#8211; sets the background color to black</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">url(images/hover.gif) &#8211; sets the relative path to the images folder containing the link icon image</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">no-repeat &#8211; sets the image to a single and not a multiple rendering</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">right; &#8211; positions the image to the right of the hyperlink</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .linkstate a:active{</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">text-decoration: none; &#8211; removes underlining from hyperlinks</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">color: #fff; &#8211; sets the font color to white</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">padding-right: 1.7em; &#8211; makes space on the right side of the Topic for the linkstate image</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">vertical-align: bottom; &#8211; positions the image at the bottom of the text line </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">background: #000 url(images/hover.gif) no-repeat right; } &#8211; shorthand for the background property, defined as follows: </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">#000 &#8211; sets the background color to black</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">url(images/hover.gif) &#8211; sets the relative path to the images folder containing the link icon image</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">no-repeat &#8211; sets the image to a single and not a multiple rendering</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">right; &#8211; positions the image to the right of the hyperlink</span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;"> </span></p>
<p class="MsoNormal"><span style="font-size:10pt;font-family:Tahoma;">#nav .linkstate a:focus{</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">text-decoration: none; &#8211; removes underlining from hyperlinks</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">color: #fff; &#8211; sets the font color to white</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">padding-right: 1.7em; &#8211; makes space on the right side of the Topic for the linkstate image</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">vertical-align: bottom; &#8211; positions the image at the bottom of the text line </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">background: #000 url(images/hover.gif) no-repeat right; } &#8211; shorthand for the background property, defined as follows: </span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">#000 &#8211; sets the background color to black</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">url(images/hover.gif) &#8211; sets the relative path to the images folder containing the link icon image</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">no-repeat &#8211; sets the image to a single and not a multiple rendering</span></p>
<p class="MsoNormal" style="margin-left:.4in;"><span style="font-size:10pt;font-family:Tahoma;">right; &#8211; positions the image to the right of the hyperlink</span></p>
<p><!--[if gte mso 9]&gt;  Normal 0   false false false        MicrosoftInternetExplorer4  &lt;![endif]--><!--[if gte mso 9]&gt;   &lt;![endif]--> &lt;!&#8211;  /* Font Definitions */  @font-face 	{font-family:Wingdings; 	panose-1:5 0 0 0 0 0 0 0 0 0; 	mso-font-charset:2; 	mso-generic-font-family:auto; 	mso-font-pitch:variable; 	mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face 	{font-family:Tahoma; 	panose-1:2 11 6 4 3 5 4 4 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:1627421319 -2147483648 8 0 66047 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-parent:&#8221;"; 	margin:0in; 	margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:12.0pt; 	font-family:&#8221;Times New Roman&#8221;; 	mso-fareast-font-family:&#8221;Times New Roman&#8221;;} @page Section1 	{size:8.5in 11.0in; 	margin:1.0in 1.25in 1.0in 1.25in; 	mso-header-margin:.5in; 	mso-footer-margin:.5in; 	mso-paper-source:0;} div.Section1 	{page:Section1;}  /* List Definitions */  @list l0 	{mso-list-id:621349764; 	mso-list-type:hybrid; 	mso-list-template-ids:-1506797044 1590970310 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;} @list l0:level1 	{mso-level-number-format:bullet; 	mso-level-text:; 	mso-level-tab-stop:.3in; 	mso-level-number-position:left; 	margin-left:.4in; 	text-indent:-.1in; 	font-family:Symbol;} ol 	{margin-bottom:0in;} ul 	{margin-bottom:0in;} &#8211;&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/royamit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/royamit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/royamit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/royamit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/royamit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/royamit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/royamit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/royamit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/royamit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/royamit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/royamit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/royamit.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/royamit.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/royamit.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=11&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://royamit.wordpress.com/2009/02/23/building-accessible-static-navigation-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f34634a23732786203eb0f2b8f704fcc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Amit Roy</media:title>
		</media:content>
	</item>
		<item>
		<title>W3C CSS3 Recommendations</title>
		<link>http://royamit.wordpress.com/2008/12/16/w3c-css3-recommendations/</link>
		<comments>http://royamit.wordpress.com/2008/12/16/w3c-css3-recommendations/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 12:02:02 +0000</pubDate>
		<dc:creator>Amit Roy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XHTML, HTML, CSS. CSS1, CSS2, Photoshop, Dreamweaver, Designer]]></category>
		<category><![CDATA[Amit]]></category>
		<category><![CDATA[amit-designer]]></category>
		<category><![CDATA[amit-roy]]></category>
		<category><![CDATA[amitroy]]></category>
		<category><![CDATA[CSS3 Advanced Layout Module]]></category>
		<category><![CDATA[CSS3 Box Model]]></category>
		<category><![CDATA[CSS3 Cascading and Inheritance]]></category>
		<category><![CDATA[CSS3 for Mobile]]></category>
		<category><![CDATA[CSS3 Mobile Profile]]></category>
		<category><![CDATA[CSS3 Ruby]]></category>
		<category><![CDATA[flexibility]]></category>
		<category><![CDATA[Roy]]></category>
		<category><![CDATA[Roy-Amit]]></category>
		<category><![CDATA[roy-designer]]></category>
		<category><![CDATA[royamit]]></category>
		<category><![CDATA[web-designer-Amit]]></category>
		<category><![CDATA[web-designer-roy]]></category>
		<category><![CDATA[web-site-designer]]></category>

		<guid isPermaLink="false">http://royamit.wordpress.com/?p=6</guid>
		<description><![CDATA[flexibility,CSS3 Box Model, CSS3 Cascading and Inheritance, CSS3 for Mobile<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=6&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="f1" style="margin-top:0;padding-top:0;">CSS3 working drafts and candidate recommendations are in progress. You can check out what we can look forward to with the upcoming version of CSS. Some newer browsers even support a few of the features. The W3C also<span class="Apple-converted-space"> </span><a href="http://www.w3.org/Mail/Request">welcomes and invites feedback</a><span class="Apple-converted-space"> </span>before these modules become final Recommendations.</p>
<p>As you will also see below, CSS is becoming modularized. There are several reasons: 1) One module can easily be updated, speeding up the turnaround time and allowing greater flexibility; 2) User agents can also choose to support specific modules, such as an aural browser with constraints and only needing aural CSS specifications; and, 3) to help clarify relationships between various parts of the specifications and to reduce the overall size of the document.</p>
<ul style="list-style-type:none;width:100%;margin:10px 0 0;padding:0;">
<li><a href="http://www.w3.org/TR/css3-roadmap/">Introduction to CSS3 (Working Draft)</a><br />
Still a Working Draft, check out W3C&#8217;s Introduction to CSS3. Take a look at what&#8217;s being worked on for the next version of CSS.</li>
<li><a href="http://www.w3.org/TR/css3-background/">CSS3 Module: Backgrounds (Working Draft)</a><br />
This new module describes the functionality of backgrounds, such as background colors and background images, extending the functionality of CSS2.</li>
<li><a href="http://www.w3.org/TR/css3-layout/">CSS3 Advanced Layout Module</a><br />
Template-based positioning, tabbed (stacked) displays, row and column layouts, more.</li>
<li><a href="http://www.w3.org/TR/css3-box/">CSS3 Module: Box Model (Working Draft)</a><br />
This new module builds on<span class="Apple-converted-space"> </span><a href="http://www.w3.org/TR/css3-box/#CSS3-text">CSS3&#8242;s inline text module</a>. Although a typically horizontal flow, CSS3 adds a vertical flow that would be used for ideographic scripts or Uighur script.</li>
<li><a href="http://www.w3.org/TR/css3-cascade/">CSS3 Module: Cascading and Inheritance (Working Draft)</a><br />
This new module specifies how values are assigned to properties.</li>
<li><a href="http://www.w3.org/TR/css3-color/">CSS3 Module: Color (Candidate Recommendation)</a><br />
This working draft describes the color properties and values that are proposed for CSS level 3, with several new properties and values added.</li>
<li><a href="http://www.w3.org/TR/css3-fonts/">CSS3 Module: Fonts (Working Draft)</a><br />
This new module for CSS3 allows font specification by a user agent and new font decoration properties.</li>
<li><a href="http://www.w3.org/TR/css3-linebox/">CSS3 Module: Line (Working Draft)</a><br />
This new module for CSS3 specifies the presentation aspects of line within block elements and inline elements, baseline alignment, drop initials, and related.</li>
<li><a href="http://www.w3.org/TR/css3-lists/">CSS3 Module: Lists (Working Draft)</a><br />
This new module for CSS3 proposes changes to the functionality of CSS2 list specifications.</li>
<li><a href="http://www.w3.org/TR/css-mobile">CSS3 Module: Mobile Profile (Candidate Recommendation)</a><br />
This new module for CSS3 defines a subset of CSS2 for the needs and constraints of mobile devices.</li>
<li><a href="http://www.w3.org/TR/css3-multicol/">CSS3 Module: Multi-column Layout (Working Draft)</a><br />
This new module for CSS3 builds on the CSS3 Box Model module and adds multi-column functionality to the content of an element.</li>
<li><a href="http://www.w3.org/TR/css3-page/">CSS3 Paged Media Module</a><br />
This module “describes the page model that partitions a flow into pages. It builds on the CSS3 Box model module and introduces and defines the page model and paged media. It adds functionality for pagination, page margins, headers and footers, image orientation. Finally it extends generated content for the purpose of cross-references with page numbers.”</li>
<li><a href="http://www.w3.org/TR/css3-ruby/">CSS3 Module: Ruby (Candidate Recommendation)</a><br />
This new module for CSS3 proposes a set of CSS properties associated with the &#8216;<a href="http://www.w3.org/TR/css3-ruby/#ruby">Ruby</a>&#8216; elements.</li>
<li><a href="http://www.w3.org/TR/css3-selectors/">CSS3 Module: Selectors (Candidate Recommendation)</a><br />
This new module for CSS3 proposes new selectors and includes and extends the selectors from CSS1 and CSS2.</li>
<li><a href="http://www.w3.org/TR/css3-text/">CSS3 Module: Text (Candidate Recommendation)</a><br />
This new module for CSS3 specifies text layout such as international writing directions, text alignment, indenting, wrapping, white-space, text overflow, text decoration, and related. Several new CSS properties are added for CSS3.</li>
<li><a href="http://www.w3.org/TR/css-tv">CSS TV Profile 1.0 Candidate Recommendation</a><br />
A subset of CSS2 and CSS3 Color module, providing specifications for TV devices.</li>
<li><a href="http://www.w3.org/TR/css3-values/">CSS3 Module: Values and Units (Working Draft)</a><br />
This new module describes CSS property values and units and how the specified values are processed into computed values and actual values.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/royamit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/royamit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/royamit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/royamit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/royamit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/royamit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/royamit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/royamit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/royamit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/royamit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/royamit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/royamit.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/royamit.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/royamit.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=6&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://royamit.wordpress.com/2008/12/16/w3c-css3-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f34634a23732786203eb0f2b8f704fcc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Amit Roy</media:title>
		</media:content>
	</item>
		<item>
		<title>New Cascading Style Sheets Recommendation from W3C</title>
		<link>http://royamit.wordpress.com/2008/12/16/new-cascading-style-sheets-recommendation-from-w3c/</link>
		<comments>http://royamit.wordpress.com/2008/12/16/new-cascading-style-sheets-recommendation-from-w3c/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 11:07:39 +0000</pubDate>
		<dc:creator>Amit Roy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS2]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[XHTML]]></category>
		<category><![CDATA[XHTML, HTML, CSS. CSS1, CSS2, Photoshop, Dreamweaver, Designer]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://royamit.wordpress.com/?p=3</guid>
		<description><![CDATA[CSS, HTML<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=3&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong></strong> The World Wide Web Consortium (W3C) today issued a Recommendation for Web style sheets. The Recommendation &#8211; Cascading Style Sheets, level 1 (CSS1) &#8211; gives Web designers a robust set of tools to help them specify Web page presentation properties such as fonts, colors and margins. Through links, CSS1 allows a single style sheet to apply to all Web pages on a site and thereby dramatically simplifying Web site maintenance. Also, a style sheet can be put inside a Web document and in detail specify how the document is presented. W3C Members have reviewed the CSS1 specification and support its adoption by the industry.</p>
<p>Microsoft and other software vendors have products that support CSS1; Netscape, Adobe, SoftQuad and Grif are among the W3C Members who will be adding support for CSS1 in their upcoming software releases.</p>
<p>With Hypertext Markup Language (HTML) content providers do not have the control they have in print media over color, text indentation, positioning, and other aspects of style. Today CSS1 offers a powerful and manageable way for authors, artists and typographers to specify the visual presentation of an HTML document or collection of documents.</p>
<p>&#8220;The Web&#8217;s main document format, Hypertext Markup Language (HTML), was intentionally designed as a simple language that valued document structure over document presentation. However, with the commercialization of the Web, presentation of Web documents is becoming increasingly critical,&#8221; said Tim Berners-Lee, Director of the W3C and creator of the World Wide Web. &#8220;CSS1 brings HTML authoring to the next level by effectively combining the structure and content of Web pages with powerful presentation capabilities. We look forward to the industry&#8217;s further adoption of CSS1.&#8221;</p>
<p>&#8220;CSS1 is a powerful tool. It can alter the look and feel of an entire web site simply by changing a single style sheet,&#8221; said Håkon Lie, co-architect of CSS1. &#8220;CSS1 makes it very much easier to maintain a consistent style throughout the entire Web site. At the same time, CSS1 enables rich individual expressions that Web designers will appreciate.&#8221;</p>
<p>Creative web designers have tried to bypass HTML&#8217;s limitations by using images of text, which look like good typography but result in documents that cannot be searched, fed to speech synthesizers for visually impaired users, and do not print well. They have also used non-portable proprietary HTML extensions to gain control of spacing, and tables to simulate margins and indents. CSS1 allows designers to directly express the appearance they seek while retaining device-indepedent document structure, reusability, searchability and accessibility for the disabled.</p>
<p>&#8220;By separating the structure from the visual presentation of documents, we ensure the documents created today can also be displayed on the presentation devices of tomorrow,&#8221; said Bert Bos, co-architect of CSS1. &#8220;HTML has become a universal storage format that will outlast current computers. CSS1, when used correctly, assures that documents can be preserved without sacrificing aesthetics on the Web.&#8221;</p>
<p>It is expected that other specifications will build on CSS1 to provide support for Web fonts, speech style sheets, extended layout and printing capabilities. Also, W3C is actively working with its members to ensure that script-based applications can take advantage of style sheets. For example, a script attached to a Web page may dynamically alter properties, such as color, set in a CSS1 style sheet.</p>
<p>Please see attached <a href="http://www.w3.org/Press/CSS1-fact.html">fact sheet</a> and testimonials document for additional information on CSS1.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/royamit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/royamit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/royamit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/royamit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/royamit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/royamit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/royamit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/royamit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/royamit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/royamit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/royamit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/royamit.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/royamit.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/royamit.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=royamit.wordpress.com&amp;blog=5866692&amp;post=3&amp;subd=royamit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://royamit.wordpress.com/2008/12/16/new-cascading-style-sheets-recommendation-from-w3c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f34634a23732786203eb0f2b8f704fcc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Amit Roy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
