	
	
		/* Main style attributes to be applied to anything in the body with unspecified style */
		body {
		
			font-family: arial, helvetica, verdana;
			font-size: 12pt; /* or 11pt */
			background: url(images/galbk.jpg); background-repeat: repeat-y;
			background-color: black;
			color: black;
			border: 0;
			
								}
								
a:link {
	text-decoration: bold;
	color: none;
}

a:active {
	text-decoration: none;
	color: red;
}

a:visited {
	text-decoration: none;
	color: yellow;
}

a:hover {
	text-decoration: bold;
	color: red;
}
								
H1 
{ 
			font-style: normal;
			font-family: times, arial;
			font-size: 16pt;
			text-align: center;
			text-indent: 0em;
			word-spacing: -0.0em;
			letter-spacing: -0.0em;

}

H2 
{
	color: fuchsia;
	font-style: oblique;
	font-family: times, arial;
	text-indent: 0em;
}

H3
{
	color: fuchsia;
	font-style: oblique;
	font-size: 15;
	font-family: times, arial;
	text-align: center;
	text-indent: 0em;
}

		mainstyle {
			border: 0;
			font-family: arial, helvetica, verdana;
			font-size: 12pt;
			color: red;
	}		
.main_table {
			border: 0;
			border-color: black;
			font-family: arial, helvetica, verdana;
			font-size: 12pt;
			text-decoration: none;
			background-color: none;
			color: none;
			border-collapse: collapse;
			}
.main_table a {
	text-decoration: none;
	color: lightblue;
}

.nav_table {
			border: 0;
			border-color: none;
			font-family: arial, helvetica, verdana;
			font-size: 12pt;
			text-decoration: none;
			background-color: none;
			color: none;
			border-collapse: collapse;
			}
			
.nav_table a {
	text-decoration : none;
	color: #ff0000;
}


/* edit to change main body of cell within each page */
.m1 {
	background-color: none;
	border-top-width: thin;
	vertical-align: bottom;
	border-color: none;
	font-family: arial, helvetica, verdana;
	word-spacing: 0.2em;
	font-size: 14pt;
	text-decoration: none;
	padding: 0 0 0 0;
	text-indent: 5em;
	color: red;
}

/* edit to change workshop and counselling page body of cell within each page */
.text {
			background-image: url(images/galintro/);
			empty-cells: hide;
			vertical-align: bottom;
			background-color: lightblue;
			padding: 5 5 5 5;
			border-color: yellow;
			font-family: arial, helvetica, verdana;
			word-spacing: 0.2em;
			font-size: 11pt;
			text-decoration: none;
			text-indent: 0em;
			color: none;
			}

.body_cell a {
	text-decoration: none;
	color: darkblue;
}

.c_table {
			list-style-type: square;
			border: 0;
			border-color: lightblue;
			font-family: arial, helvetica, verdana;
			font-size: 12pt;
			text-decoration: none;
			border: collapse;
			text-decoration: none;
			color: blue;
}
.form {
			list-style-type: square;
			border: 0;
			border-color: black;
			font-family: times, helvetica, verdana;
			font-size: 12pt;
			text-decoration: bold;
			color: lightblue;
			border-collapse: collapse;
			text-decoration: none;
}
.copyright {
			align: right;
			border: 0;
			border-color: green;
			font-family: Arial, Helvetica, Verdana;
			font-size: 10pt;
			text-decoration: none;
			color: yellow;
			border-collapse: collapse;
			}
			
.copyright a {
	text-decoration : none;
	color: lightblue;
}
		
		