/* These styles are used by the 404 Page Not Found, the Accessibility & Sitemap page, the Trading Suspended and the Security Warning pages - all output by do_basic_page() function. */

body {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-right: 10%;
	margin-left: 10%;
	color: #333;
	background-color: #fff;
}

h1 {
	text-align: center;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
	border-bottom: 1px dotted #ccc;
}

h3 {
	font-size: 1.1em;
}

p, li {
	line-height: 1.6;
}

div.searchform {
	margin-bottom: 10px;
}
