/*  -------------------------------------------------------------------------------
Print Style Sheet for Delicious
------------------------------------------------------------------------------- */

ul#top-nav,
.rss,
#skip-nav,
form,
#blogNav,
.links,
.validate,
.projectLabelp,
.projectLabelw 
{
	display: none;
}

h1, h2, h3, h4, h5, h6
{
	text-align: left;
	margin: 0;
	padding: 0;
}

p
{
       font-size: 14px;
}

ul
{
	list-style: none;
}

#blogContent a:link, 
#blogContent a:visited 
{
    color: #444;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

#blogContent a:link:after, 
#blogContent a:visited:after 
{
   content: " (" attr(href) ") ";
}
