	
	
		/* 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/background-events.jpg); background-repeat: repeat-y repeat-x;
			background-color: 5671B8;
			color: blue;
			border: 0;
			
								}
								
a:link {
	text-decoration: bold;
	color: red;
}

a:active {
	text-decoration: underline;
	color: red;
}

a:visited {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: bold;
	color: red;
}
								
H1 
{ 
			font-style: normal;
	font-family: Times New Roman, arial, helvetica,;
			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;
}

.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;
}

/* edit to change non activated links */
.main_table a {
	text-decoration: none;
	color: black;
}

.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;
			}
			

/* edit to change workshop and counselling page body of cell within each page */
.workshop {
			background-color: lightblue;
			border-color: none;
			font-family: arial, helvetica, verdana;
			word-spacing: 0.2em;
			font-size: 11pt;
			text-decoration: none;
			text-align: center;
			color: none;
			}
.workshop a {
	text-decoration : none;
	color: red;

.workshop_items {
	background-color: lightblue;
	padding: 5 5 5 5;
	border-color: none;
	font-family: Times New Roman, arial, helvetica,;
	word-spacing: 0.1em;
	font-size: 12pt;
	text-decoration: none;
	text-indent: 0em;
	color: none;
	vertical-align: top;
}
			
.list {
	background-color: lightblue;
	padding: 10px 0px 50;
	border-color: none;
	font-family: arial, helvetica, verdana;
	word-spacing: .2em;
	font-size: 12pt;
	text-decoration: none;
	text-indent: 0em;
	color: blue;
	list-style: square outside url(images/h.gif);
	vertical-align: middle;
}

.table_header {
	background-color: lightblue;
	border-color: red;
	font-family: arial, helvetica, verdana;
	word-spacing: 0.2em;
	font-size: 15pt;
	text-decoration: none;
	text-indent: 0em;
	color: none;
	font-style: oblique;
}
.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;
}
		
