/*	GSTCStyle.css

1.00 D Crosher 10 Apr 05

Style sheet  for GNSC web site.
*/

body 	{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: #228B22;
	margin: 2% 8%;
}
a:link{
	color: navy;
}

h1	{font-size: 32pt;
	color: white;
	font-weight: bold;
	text-align: center
	}

h2	{font-size: 18pt;
	color: white;
	font-weight: bold;
	font-style: italic;
	text-align: center
	}


h3	{font-size: 16pt;
	color: white;
	font-weight: bold
	}
