BODY {
	background-color : #c0dcc0; margin: 100px;
	font: "Trebuchet MS", Verdana, sans-serif;
	font COLOR: #009944;
	font-size: 1em;
	}

A {
	COLOR: #990066; TEXT-DECORATION: underline
	}

A:hover {
	COLOR: #ff0000; TEXT-DECORATION: blink
	}
	
A:visited {
	COLOR: #777777; TEXT-DECORATION: underline
	}
	
p {
	text-align: left
	}
	
H1 {
	COLOR: #009944;
	text-align:center;
	font-size: 2em;
	}
	
H2 {
	COLOR: #007733;
	text-align:left;
	font-size: 1.7em
	}
	
H3 {
	COLOR: #009944;
	text-align:center;
	}
	
H4 {
	COLOR: #009944;
	text-align:center;
	}
	
TD {
	font-size 1em;
	text-align: center
}

CODE {
	FONT: "Courier New", Courier, mono
	}
	
pre {
	COLOR: #009944;
	}
	
address	{
	font=weight: bold;
	COLOR: #009944
	}
	
em {
	COLOR: #000000;
	font-weight: normal;
}
sup {
	font-size: .7em;
	font-style: italic
}

sub {
	font-size: .7em;
	font-style: italic
}

hr {
	width:50%
	}

#centred {
	text-align: center
	}

#para
{
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
	text-align:center;
}

#equat {
	font-family:Verdana, Geneva, sans-serif;
	COLOR: #000000;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
}

#ref {
	font-size: .8em;
	color: #000000
	}
	
.Table    {
	display: table;
	/*	text-align:center;*/
  	/*	width: 60% ;*/
  		margin-left: auto;
	margin-right: auto;
	}
    
.Title    {
        display: table-caption;
/*        text-align: center; */
        font-weight: bold;
/*        font-size: larger; */
    }
	
.Heading    {
        display: table-row;
        font-weight: bold;
/*        text-align: center; */
    }
	
.Row    {
	display: table-row;
	text-align: center;
    }
	
.Cell    {
	display: table-cell;
	padding-left: 1em;
	padding-right: 1em;
    }
