body
{
	background: #FFFF99;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	color: #FFFF03;
}

table.topheading
{	
	width: 100%;
	border-width: 15px 10px;
	border-color: #000081;
	border-style: solid;
	background-color: #000082;
}
table.standard
{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	border: none 0px;
	padding: 3px;
}
table.imgholder
{	
	width: 100%;
	border-width: 0px;
}

td.topimg 	   {width: 187px;}
td.lightestblue    {background-color: #9595FF;}
td.lightblue       {background-color: #6B6BFF;}
td.mediumlightblue {background-color: #4141FF;}
td.mediumdarkblue  {background-color: #0000E0;}
td.darkblue  	   {background-color: #0000B1;}
td.darkestblue 	   {background-color: #000082;}

h1
{
	font-size: 2.5em;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFDF00;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h2
{
	font-size: x-large;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000081;
	text-align: center;
	font-weight: normal;
}
h3
{
	font-size: large;
	margin-top: 0;
	font-weight: bold;
}

.centred {text-align: center;}
.exptext {font-style: italic;}
.footer
{
	font-style: italic;
	font-size: medium;
}
div.caption
{
	font-style: italic;
	text-align: center;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: #000081;
}


a:link	  {color: #FFFF03;}
a:visited {color: #FFDF47;}
a:hover	  {color: #FFDF00;}
a:active  {color: #FFDF00;}

.centre
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}