body {
		margin-left: 20%;
		margin-right: 20%;
		bgcolor="#99CCCC";		
		text:"#000000";
		font-family: "Times New Roman", serif;
		}

H1 {
		text-align: center;
		letter-spacing: .1em; 
		color: #000000;
		font:bold 24pt; 
		font-family: "Times New Roman", serif;
		}
H2 		{
		text-align:left; 
		letter-spacing:.2em; 
		color:"#000000"; 
		font:bold 16pt;
		font-family: "Times New Roman", serif;
		}
H3 		{
		text-align: center;
		color:"#000000";
		font: bold 14pt;
		font-family: "Times New Roman", serif;
		}
			
a:link		{
		color: blue; 
		}
a:visited		{
		color: red;
		} 
a:active		{
		color:green;
		}
a:hover		{
		background:red; color:white; font-weight: bold;
		}


/* these following styles are being developed as at 01.02.2005 D.U. 

pre, code { font-family: monospace; } 

.box	{
	border: solid;
	border-width: thin;
	width: 100%;
	padding: 1em;
	}

b	{ color: maroon: }


*/