/* Copyright 2008 Geoff Winstanley. */

:root {
  --textColour: #0000a0;
  --backColour: #cfcfe1;
}

body 
{ 
	background-color:	#bfbff1;
	/*background-image:	url(....); */
	background-attachment:	scroll;
	margin:			5%
}

.filled
{
	background-color:	#cfcfe1;	
}

td.ref
{
	font-family:		sans-serif;
	font-size:		1.5em;
	font-weight:		bold;
	background-color:	#cfcfe1;	
}

h1
{
	text-align:		center;
	font-family:		sans-serif;
	font-size:		3em;
	font-weight:		bold;
	color:			#0000a0;
	margin-right:		0%;
	border:			1px none;
}

h2
{
	text-align:		center;
	font-family:		sans-serif;
	font-size:		2em;
	font-weight:		bold;
	color:			#0000a0;
}
h3
{
	font-family:		sans-serif;
	font-size:		1.5em;
	font-weight:		bold;
	color:			#0000a0;
}

p
{
	/*font-family:		fantasy; Causes problems - change or delete*/
	font-size:		1.3em;
	color:			#6000af;
}

p.l
{
	text-align:		left;
}

p.c
{
	text-align:		center;
}

p.home
{
	text-align:		center;
}

p.list
{
	font-family:		sans-serif;
	font-size:		1.3em;
	color:			#6000af;
}

ul
{
	font-size:		1.1em;
	color:			var(textColour,6000af);
}

li
{
	/*font-family:		fantasy; */
	font-size:		1em;
	color:			#6000af;
}

figure {
  float: right;
  color: black;
  width: 35%;
  height:auto;
  text-align: center;
  /*font-style: italic;*/
  font-size: smaller;
  text-indent: 0;
 /* border: thin silver solid; */
  margin: 0;
  padding: 0;
}

figure.left {
  float: left;
  margin-right: 1em;
}
figure.right {
  float: right;
  margin-left: 1em;
}



/*
a.ref:link
{
	color:			#ef5000;
	text-decoration:	none;
}

a.ref:visited
{
	color:			#af4000;
	text-decoration:	none;
}

a:link
{
	color:			#008040;
}

a:visited
{
	color:			#006020;
}
*/
