/*	web-print.css	Style sheet for 'Web solutions' section
	Begun 28/01/09
*/

body	{
	font-family:	serif;
	font-size:		0.8em;
}

.central	{
	text-align:	center
}

.light	{
	font-weight:	normal
}

.surprise	{
	font-size:		xx-large
}

/*	divisions	*/


div#badge, div#best-link, div.instance, div.offer, div#setting	{
	display:	none
}

div#flag p#tag	{
	font-style:	italic
}

/*	images	*/

img	{
	border:	0
}

img.lead-in	{
	margin-right:	5px
}

img.personal, img.photo, img.sample	{
	display:	none
}

/*	elements	*/

a:link, a:visited	{
	text-decoration:	none
}

h3 a:after, li a:after, p a:after	{
	content:	" <" attr( href ) "> "
}

div#navbar, p.button, p#links	{
	visibility:	hidden
}

p.caption	{
	font-size:	90%;
	font-style:	italic
}

p#tagline	{
	font-size:	90%;
	font-style:	italic;
	text-align:	right
}

span.option	{
	padding-left:	10px
}

/*	colours	*/

a:link, a:visited	{
	background-color:	inherit;
	color:				blue
}

/*	EOF	*/
