/* 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;
}

/* Content */
h1
{
	font-size:1.4em;
	color:#941619;
}

h2, h3, h4, h5, h6
{
	font-size:1.08em;
	color:#941619;
}

p,
#footer_copyright
{
	font-size: 1.166em;
}
