
/* 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;
}

h1
{
	font-size: 1.333em;
	color: #740707;
	margin-bottom: 1em;
	margin-top: 4px;
}

h2
{
	font-size: 1em;
	color: #000;
	font-weight:normal;
	margin-bottom: 1em;
}

h3
{
	font-size: 1em;
	color: #740707;
	margin-bottom: 1em;
}

h3.sub

{
	margin-top: 2.2em;
	margin-bottom: 0.3em;
}

.bold {
font-weight:bold;
color: #740707;
}

.label {
font-weight:bold;
color: #740707;
}

