body {
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 10px;
	}

td {
	font-size: 12px;
	}

/* controls how www.lgcsawa.asn.au is displayed  */	
.title {
	font-size: 24px;
	font-weight: bold;
	color: white;
	background-color: transparent;
	padding: 5px 5px 0px 5px;
}	

/* controls how text underneath title is displayed  */	
.subtitle {
	font-size: 13px;
	font-weight: bold;
	color: white;
	background-color: transparent;
	padding: 0px 5px 5px 5px;
}	

/* displays page title with yellow background - this might look odd on netscape so may need to convert it to a table instead...  */	
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: white;
	background-color: #f7ae00;
	padding: 3px 5px 3px 5px;
}	

/* controls how "site menu" is displayed  */	
.menutitle {
	font-size: 14px;
	font-weight: bold;
	color: black;
	background-color: transparent;
	margin: 5px 5px 5px 5px;
}

/* controls main headings for page */	
.secthead {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
	margin: 20px 5px 5px 10px;
	text-transform: lowercase;
	clear: both;
}

/* controls text on main page  */	
.text {
	font-size: 13px;
	margin-left: 30px;
	line-height: 1.5;

}

/* controls main navigation  */	
a.nav:link{text-decoration: none; color: black; margin-left: 20px; line-height: 2;}
a.nav:visited{text-decoration: none; margin-left: 20px; line-height: 2;}
a.nav:hover{text-decoration: underline;}
a.nav:active{color: navy;}

/* controls link for news items  */	
a.newstitle:link{text-decoration: underline; font-size: 14px;}
a.newstitle:visited{text-decoration: underline; font-size: 14px;}
a.newstitle:hover{text-decoration: none; font-size: 14px;}
a.newstitle:active{text-decoration: underline; font-size: 14px;}
