/* Print Style Sheet */

body { 
	background: #fff; 
	background-image:none;
	color:black; 
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 19cm;
}

a:link, a:visited {
	color: blue;
	text-decoration: underline;
}

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

h1 {
	font-size: 18pt;
}

h2, h3 {
	font-size: 14pt;
}

p {
	font-size: 12pt;
}

li {
 	list-style: none;
}

#taskgrid ul {
	clear: both;
	overflow: hidden;
}

#taskgrid img {
	float: left;
	margin-right: 20px;
}

#taskgrid p {
	text-align: left;
}


#examples ul {
	clear: both;
	overflow: hidden;
}

#examples img {
	float: left;
	margin-right: 20px;
}

#examples p {
	text-align: left;
}

#search, #navigationbg, ul#breadcrumb, p.more, p.rss, #sidebar, ul#footernav,
#commentbox, #commentboxexample, h2.feedback {
	display: none;
}

#logos {
	clear: both;
	padding-top: 30px;
}
