/* Created using Style Master from Western Civilisation NS4.0

NS6

IE4.0

IE5

IE6

O5 { 2 2 558 625 } */

body {
background-color: #ffffff;
background-image: url(images/bkgrnd.gif);
}

p, td, li {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: black;
font-size: small;
}

/* Because Netscape Navigator 4 does not allow inheritance into tables, and breaks inheritance after tables, rather than simply setting properties on the body and relying on inheritance, we explicitly set the properties on all these elements using the selector group above. */

h1 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
color: #000099;
text-align: center;
font-size: x-large;
}

h2 {
font-family: "Times New Roman", Times, serif;
color: #000099;
font-size: large;
}

h3 {}

h4 {}

h5 {}

h6 {}

p {
text-align: justify;
}

p.subhead {
font-size: smaller;
font-family: "Times New Roman", Times, serif;
text-align: center;
}

p.footer {
font-family: "Times New Roman", Times, serif;
font-size: smaller;
text-align: center;
}

p.textlinks,p.centred {
text-align: center;
}

p.continue {
font-size: larger;
text-align: right;
border: 1px black solid;
color: black;
background-color: #ffff00;
font-style: italic;
float: right;
padding: 3px;
}

em {
font-style: italic;
}

strong {
font-weight: bold;
}

/* The following four selectors allow you to select links when they are in the four different states: link - before they have been visited, visited - after it has been visited, hover - when the mouse is over the link, active - when the user clicks the link. */

a:link {
color: #0000ff;
text-decoration: underline;
}

a:visited {
color: #ff33ff;
text-decoration: underline;
}

a:hover {
color: #cc3300;
text-decoration: underline;
}

a:active {
color: #ff0000;
text-decoration: underline;
}

/* You will often use images that are links in your web pages. In some older browsers this will result in the image having an unsightly bright blue border around it. The following statement will stop this by specifying that img elements, when they are inside a elements, should have no border. */

a img {
border: none;
}

td .caption {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: smaller;
text-align: center;
}

p.webring {
border: 1px solid;
padding: 4px;
color: #000000;
background-color: #FFFF99;
text-align: center;
}

td.gig-date {
color: #000000;
background-color: #FFFFCC;
width: 30%;
}

.important {
color: #ff0000;
font-size: larger;}

