<?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/"
	>

<channel>
	<title>Adam Loving's Blog &#187; css link color</title>
	<atom:link href="http://adamloving.com/tag/css-link-color/feed" rel="self" type="application/rss+xml" />
	<link>http://adamloving.com</link>
	<description>Seattle Social Web Development</description>
	<lastBuildDate>Sat, 09 Jan 2010 21:24:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Link Color Sample Code</title>
		<link>http://adamloving.com/internet-programming/css-link-color-sample-code</link>
		<comments>http://adamloving.com/internet-programming/css-link-color-sample-code#comments</comments>
		<pubDate>Tue, 10 Feb 2009 05:26:39 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Projects, Programming, Technology]]></category>
		<category><![CDATA[css link color]]></category>
		<category><![CDATA[html link color]]></category>

		<guid isPermaLink="false">http://adamloving.com/?p=846</guid>
		<description><![CDATA[Here is the CSS required to change the color of a link. If you are trying to figure out how to use CSS to change link color, this is the code you'll need.]]></description>
			<content:encoded><![CDATA[<p>Here is the CSS required to change the color of a link in HTML. If you are trying to figure out how to use CSS to change link color, this is the code you&#8217;ll need. This can be used either inside the HTML of your page, or in a separate CSS file.</p>
<pre>&lt;style type="text/css"&gt;
a:link {
 color: #0000ff;
}
a:visited {
 color: #00ff00;
}
a:hover {
 color: #ff0000;
 text-decoration: none;
}
a:active {
 color: #777777;
}
&lt;/style&gt;</pre>
<p><script type="text/javascript"><!--
google_ad_client = "pub-9048677967346524";
/* 468x60 for blog post */
google_ad_slot = "3068562669";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://adamloving.com/internet-programming/css-link-color-sample-code/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
