div#login, div#menu, div#navbar
{
	display: none;
}

body
{
	margin:		0.4in;
	padding:	0;
	line-height:	120%;
	font-size:	12pt;
	font-family:	Garamond, "Times New Roman", Times, Serif;
}

div#topbar div#logo
{
	border-bottom:	1px solid #1a79b0;
}

div#topbar div#logo img
{
	border:		none;
}

a
{
	font-weight:	bold;
	color:		#1a79b0;
	text-decoration:underline;
}

div#main a:after
{
	content:	" (" attr(href) ")";
	color:		#999;
	font-size:	80%;
	font-weight:	normal;
}

div#main a[href^="/"]:after
{
	content:	" (http://www.e-coaches.co.uk" attr(href) ")";
	color:		#999;
	font-size:	80%;
	font-weight:	normal;
}

div#footer
{
	border-top:	1px solid #1a79b0;
}

div#footer p
{
	line-height:	1em;
	font-size:	10.5pt;
	float:		left;
	margin-top:	3mm;
	margin-right:	3mm;
}

abbr[title]:after
{
	content:	" (" attr(title) ")";
}