/*	gurkha-print.css	Style sheet for Web pages
	Begun 02/07/09
*/

body	{
	font-family:	serif
}

.central	{
	text-align:	center
}

.non-printing	{
	display:	none
}

/*	divisions	*/

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

div#navbar, p#links	{
	display:	none
}

div#reference	{
	border-top:		1px dashed;
	border-bottom:	1px dashed
}

/*	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:	75%
}

span.price	{
	float:	right
}

/*	colours	*/

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

/*	EOF	*/