/*	albir-print.css	Style sheet for Web pages
	Begun 08/02/09
*/

body	{
	font-family:	serif
}

.non-printing	{
	display:	none
}

/*	divisions	*/

div#cmap	{
	width:	99%;
	height:	400px
}

div#navbar, p#links, p#disclaimer, p.link-back	{
	display:	none
}

/*	images	*/

img	{
	border:	0
}

/*	elements	*/

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

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

h1	{
	font-size:	175%
}

h2	{
	font-size:	140%
}

h3	{
	font-size:	120%
}

p.sub	{
	font-size:	75%
}

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

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

table	{
	width:	99%
}

/*	colours	*/

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

/*	EOF	*/