/******* Hyperlinks ********************/
/* standard link behaviour */
a:link, a:active, a:visited {
	color:#333;
	text-decoration: underline;
	}
a:hover	{
	color:#333;
	text-decoration: none;
	}

/* How the links in the leadstory area on the homepage look like */
#leadcontainer a {color:#fff;}

/* Title area links */
.title:link, .title:active, .title:visited {
	color: #a37f04;
	text-decoration: none;
	}
.title:hover {
	color: #a37f04;
	text-decoration: underline;
	}

/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}

/* Links in the sidebar */
.sidelist a:link, .sidelist a:active, .sidelist a:visited {text-decoration:none;}
.sidelist a:hover {text-decoration:underline;}
.sidelist .children li a, .sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color: #666;
	}
.sidelist .children li a:hover, .sidelist .children li a:active	{color:#000;}

/* How tags appear */
#tags a {text-decoration:none;}
#tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;}
#footer a:hover	{text-decoration: underline;}


