/*------Link states*/

	a {
		color: black;
		text-decoration: none;
	}

	a:visited {
		color: black;
	}

/*------Body and headings*/

	body {
		font: 12pt "Times New Roman", Times, serif, arial;
		color: black;	
	}
	
	h1, h2 {
		color: black;
	}

/*------General Table defs (tables are used in "Programme" pages)		*/

	td {
		border: 1px solid black;
		border-radius: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em;	/*rounded corners */
		padding: 0.1em 1em;
	}

/*------Classes and Divs*/	

	.invisible {			/*Used to hide "Skip Navigation" for screen readers.	*/
			display: none;
	}

	#screenheader {
		color: black;
		padding: 2em;
		padding-left: 1em;
	}
	
	#months {
		display: none;
	}

	#left-col {
		display: none;
	}

	#img2 {
		margin: 0;
		width: 20em;
		height: 14em;
	}

	#right-col {
		padding: 1em;
	}
