/* 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;
}

body {
	
	color:#333333;
	
}

a {
	
	color:#333;
}


a:hover {
	
	color:#999;
}

p {
	
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.8em;
	
}

h1 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.1em;
	color:#791e7d;
}

h2 {
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color:#791e7d;
	

}

