/* sitemaplayout.css - style sheet for the sitemap page on www.bluesquarething.co.uk */

/* Updated 13 June 2018 */


body {
	font-family: 'Oxygen', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background: linear-gradient(#ccc, #fff);
	}

#main {
	background: #fff;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em 2em;
	border-radius: 15px;
	line-height: 1.3em;
	border: 1px solid #999;
	}
	
/* The header box at the top comes first */

h1 {
	font-size: 2em;
	}

#main a:link {
	color: #fff;
	}

#main a:visited {
	color: #fff;
	}

#main a:hover {
	color: #fff;
	}

.tiny {
	font-size: 3px;
	color: #ccc;
	}