/* Body tag - applies to all elements in the body unless overridden by other rules */
/* =============================================================================== */

body
{
	color:	#000;
	background:	#bee0df;
	font-family:	arial, garamond, sans-serif;
	margin-top:	0;
}

body a:hover
{
	color:	#f00;
	background:	#bee0df;
}

/* Note that left and right margins for #content will need setting in the stylesheets */
/* which relate to left and right hand side navigation elements, if used */


/* formatting for disclaimer text */
#disclaimer
{
	font-size:	small;
	font-weight:	bold;
	color:	#000;
	background:	#bee0df;
	margin:	0;
	text-align:	center;
}

/* headings */
h1, h2, h3, h4, h5
{
	margin:	0;
	font-family:	arial, garamond, sans-serif;
	text-align:	center;
}

h1
{
	color:	#f00;
	background:	#fff;
}

h2, h3, h4, h5
{
	color:	#fff;
	background:	#0469b3;
}

.article div, .article p
{
	font-size:	small;
	padding:	5px 0;
}

.pagepreamble
{
	font-size:	small;
	padding:	5px 5px;
	font-weight:	bold;
}
