/*	cbs-print.css	Style sheet for Web pages
	Begun 15/01/11
*/

body	{
	font-family:	serif
}

.non-printing	{
	display:	none
}

/*	non-printing	*/

div#navbar, div#text-links, div#branding img, p.pager, p#tagline, div.block	{
	display:	none
}

/*	images	*/

img	{
	border:	0
}

/*	elements	*/

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

div#footer	{
	font-weight: bold;
	text-align:	center
}

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

h1	{
	font-size:	175%
}

h2	{
	font-size:	140%
}

h3	{
	font-size:	120%
}

p.cv	{
	display:	block !important
}

p.sub	{
	font-size:	75%
}

span.am-pm	{
	font-size:	80%
}

span.small-caps	{
	font-size:	66%
}

table	{
	width:	99%
}

table th	{
	text-align:	left
}

/*	colours	*/

body	{
	background-color:	white;
	color:				black
}

/*	EOF	*/