/* 
	Project: 	Mondofacto
	Author:		Kris Consadine
	Version:	1.0.0
	Created:	12 November 2008
	Media:		Print Style Sheet	
*/

* {	
	color: black !important; 
	background: white !important;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0 0 0 10px;
}

p {
	margin: 0 0 10px 0;
}

a {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

#logo-img,
#top-links,
#search-area,  
#adverts, 
#footer ul,
div#green-bar,
div#grey-bar,
div#purple-bar,
div#teal-bar,
div#red-bar,
div#logo_link,
div#word_link,
.right_box,
.bookmark_box,
.ads_bottom
{
	display: none;
}

.about1, .about2, .about3, .about4, .about5, .answerbox, .answerbox2, .answerbox3, .answerbox4, answerbox5 {
	display:block;
	}

a:link:after, 
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 11pt;
	font-weight: normal;
}

#results-title-green h2.result:before,
#results-title-red h2.result:before,
#results-title-teal h2.result:before,
#results-title-grey h2.result:before,
#results-title-purple h2.result:before {
	content: " Results for: ";
	font-size: 100%;
}


