<style type="text/css">
	
	<!-- Dummy entry -->
	.blank{color:red}
	
	<!-- Smaller font -->
	.smallerTxt {color:black; font-size:82%; font-family:Arial, Times}

	<!-- Smallest font -->
	.smallestTxt {color:black; font-size:70%; font-family:Arial, Times}

		<!-- Scale font -->
	.scaleTxt {color:black; font-size:65%; font-family:Arial, Times}
	
	<!-- Smallest coloured font -->
	.smallColorTxt {color:black; font-size:70%; font-family:Arial, Times}

	<!-- Normal font -->
	.normalTxt {color:black; font-size:100%; font-family:Arial, Times}
	
	.hyperTxt {color:blue; font-size:100%; font-family:Arial, Times}
	!-- -------------------------------------------------------------- -->	

	<!-- *** Default back color *** -->
	.backColor {background-color:#EFE698}

	<!-- Other back color -->
	.backColor2 {background-color:#000099}

	
	<!-- Hyperlink styles - note does not work if hyperlink is an image rather than text! -->
	A.external:visited {color:#EFE698 }
	A.external:active {color:#EFE698}
	A.external:link{color:#EFE698}

	.button {
		FONT-FAMILY: Verdana, Helvetica, Arial, San-Serif;
		font-weight:normal;
		font-size:70%;
		color:#000000;
		background-color:#EFE698;
		border-color:#EFE698;
		margin-top:0pt;
		margin-left: .5em;	
		}

	<!-- -------------------------------------------------------------- -->	
</style>
