/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;

}


p, blockquote, li
{
	color: #7C7C7C;
/*	font-size: 1em;*/
}

p {
	line-height: 1.2em;
}

h1, h2, h3 {
	color: #1C1E80;
}

h1{
	font-size: 1.5em;
	padding-bottom: 1em;
}
	
h2 {
	font-size: 1.2em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 0.1em;
}