html		{margin: 0px; 
		padding: 0px; 
		}
body		{font-family: Lucida Console, Verdana , san-serif; 
		text-align: left;
		background-color: #DEE3E7;
		}
h1		{font-family: Lucida Console, Verdana, san-serif; 
		text-align: left; 		
		color: #000000;
		background-color: 99CCFF; 
		font-size: 1.2em;
		font-width: 1.2em; 
		width: 45%; 
		padding: 15px 15px 15px 5px; 
		font-weight: bold
		}
h2		{font-family: "Trebuchet MS", Verdana, san-serif; 
		text-align: justify; 
		color: #666666; 		
		font-width: 0.4em;
		font-size: 0.9em;
		}
h3		{font-family: "Trebuchet MS", Verdana, san-serif; 
		text-align: left; 
		color: #666666; 		
		font-width: 0.3em;
		font-size: 0.6em;
		}
h4		{font-family: "Trebuchet MS", Verdana, san-serif; 
		text-align: justify; 
		color: #FF0000; 		
		font-width: 0.4em;
		font-size: 0.9em;
		}
.pictureborder	{
		border: inset medium #CCCCCC;
		margin: 0px;
		padding: 0px;
		}

.bodyimageright	{
		background-color: #CCCCCC;
		border-style: outset;
		float: right;
		padding: 2px;
		}
.bodyimageleftbelow	{
		background-color: #CCCCCC;
		border-style: outset;
		float: left;
		clear: both;
		padding: 2px;
		}
.bodyimagecentre{
		background-color: #CCCCCC;
		border-style: outset;
		float: centre;
		padding: 2px;
		}
