/* http://www.erg1000.com.au/ergstyle_left.css */
body
	{
		margin: 0px; 
		padding: 0px;
		font-family : arial;
		font-size : 10pt;
		font-weight : bold;
		color : white;
		align : top;
	}
	
a
	{
		color : #ffff00;
	}
	
a:visited
	{
		color : #ffff00;
	}
	
a:active
	{
		color : #ffff00;
	}
	
a:hover
	{
		color : #ffffcc;
	}
	
H1
	{
	}

H2
	{
	}

H3
	{
	}


