/* Updated with data lists instead of table for the menu, October 2011 */
/* Changed menu to narrower and without the dark border, requires html changes: logo width to "120" and some menu text shortened (see credits.html), June 2018*/

h1 {
	color: #0068c8; /*dark blue - was 67c6*/
	margin-top: 10px;
	}
h2	{
	color: #0068c8; /*dark blue*/
	margin-top: 30px;
	}
h3 {
	color: #0068c8;
	margin-top: 20px; /* these don't seem to have any effect */
	}

h4, h5, h6 {
	color: #a4c9e8; /*lighter blue*/
	}
	
a:hover {color:#003399; text-decoration:underline;}

.pagetable	{ padding:20px; } /* border (px) has no effect here */

/* classes used by new dl-based menu from 2011 */ 

.menubox  { 
/* previously
	width: 168px; 	border:4px solid blue;	padding: 3px;	text-align:center; 
*/
	margin-right:15px;  /* gap between menu panel and information panel, previously 25px */
	  }
.menudt	  { 
	width: 120px; 
	border: 1px solid blue; 
	padding: 4px 8px 3px 8px; /*  gap around menu text within box */
	  }
.menulink {
	display: block;  /* makes a link of the whole box not just the text */
	font-size: 100%;
	text-decoration:none;
	color: #0068c8;  /* was 67c6 */
	}

/*   Keep these two old menu table styles, used by pre-2011 programme htmls 
	 and are used outside the menu too, eg in FAQ.
*/

.menutable  { 
	width:10%; 
	border:4px solid blue;
	/* border-collapse: collapse; removes interstitial space */
	padding:0px; text-align:center; margin-right:10px;
			}
.menutd		{ border:1px solid blue; padding-top:5px; }

/* se we're keeping them */


.bandlink {
	font-style: italic;
	color: #0068c8;
	font-weight: bold;
	}
.footer {
    font-size: 80%;
    color: #777; /*JE's lighter grey */
	}
.headline {
    color: #990000;  /* red for Stop Press etc, use inside header tag */
    font-weight: bold;
	}
.imgleft {
    border: 0;
    float: left;
    height: 80px;
    margin: 0 10px 10px 0;
	}
.imgleft20 {
    border: 0;
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
	}
.imgleft40 {
    border: 0;
    float: left;
    height: 40px;
    margin: 0 10px 10px 0;
	}
.imgleft60 {
    border: 0;
    float: left;
    height: 60px;
    margin: 0 10px 10px 0;
	}
.imgleft80 {
    border: 0;
    float: left;
    height: 80px;
    margin: 0 10px 10px 0;
	}
.imgleft100 {
    border: 0;
    float: left;
    height: 100px;
    margin: 5px 20px 10px 0;
	}
.imgleft150 {
    border: 0;
    float: left;
    height: 150px;
    margin: 5px 30px 10px 0;
	}
.imgleft200 {
    border: 0;
    float: left;
    height: 200px;
    margin: 0 30px 10px 0;
	}
.imgright60 {
    border: 0;
    float: right;
    height: 60px;
    margin: 10px 10px 10px 10px;
	}
.imgright100 {
    border: 0;
    float: right;
    height: 100px;
    margin: 10px 0 30px 20px;
	}
.imgright150 {
    border: 0;
    float: right;
    height: 150px;
    margin: 10px 0 0 30px;
	}
.imgright200 {
    border: 0;
    float: right;
    height: 200px;
    margin: 10px 0 0 30px;
	}
.imgright300 {
    border: 0;
    float: right;
    height: 300px;
    margin: 0 10px 10px 10px;
	}
.important {
    font-weight: bold;
    color: #0068c8;
	}
.linkintext {
    color: #0068c8;
	}

.stoppress {
	color: #990033; /*dark red*/
	}

.vspaced   /* for ul lists to have blank line between each entry */ {
	margin-top: 1em;
	margin-right: 8em;
	line-height: 1em;
	}
