body{
	background-image: url(https://blunham.com/icons/paper.jpg);
    max-width: 1024px;
    margin: auto;
}

/* deals with tables with images and centered text below them. */
table.views{
	margin-left:auto;
	margin-right:auto;
}

table.views td{
	text-align: center;
}

/* deals with the lines with links on them that aren't obvious */
table.conceal{
	margin-left: auto;
	margin-right: auto;
	width:260px;
}

table.conceal td{
	width: 106px;
	height: 20px;
	padding: 10px;
}

table.Valve{
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	border: 1px solid black;
}
table.Valve td, th {
    border: 0px solid black;
}

.YKS0000{
	margin-left:auto;
	margin-right:auto;
}


table.YKS0100{
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
}
table.YKS0100 td, th {
    border: 1px solid black;
}

/* ************** Navigation stuff ****************************************************************/

table.nav{
	margin-left: auto; 
	margin-right: auto;
	width:740px;
}

.nav td a:link {
	display: block;
	background-color:#9CCFFF;
	font-weight: bold;
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px 2px ;
	border-style:solid;
	border-color:#A2A296;
	border-width: 2px;	
	color: #0000FF;
}

.nav td  a:visited {
	display: block;
	background-color: #9CCFFF;
	border-style:solid;
	border-color:#A2A296;
	border-width: 2px;
	color: #FFFF00;
}

.nav td  a:hover{
	background-color: #FF0000;
	color: #FFFF00;
	font-weight: bold;
}

a:hover{
	font-weight: bold;
}

.excel {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.excel a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.excel a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.excel a:hover {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

.hdrNavLeft{
	margin-left:0px
}

.hdrNavCentre{
	margin: auto;
	width: 1024px;
}

/* photo navigation ***************************************************************/

.WAnavigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

/* centres the whole of the table containing the small images and texts */
.WAnavigation table {
	text-align: center;
	margin: auto;
}

/* definition of each of the picture cells */
.WAnavigation td.WAthumbcell {
	width: 120px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

/* definition of the middle cell with the next/previous text and Paypal basket */
.WAnavigation td.WAselected {
	width: 106px;
	border-style: outset;
	border-width: 1px;
	vertical-align: top;
}

/* Photograph The Caption defines the text under the main image, The Description defines the text underneath the small images. */
p.WAcaption, p.WAdescription {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	margin: auto;
}

/* ************************  horizontal rules *******************************************************/

#bigHR{
height:15px;
border-width:0;
color:gray;
background-color:green;
}

.hrBw3{
	border-width:3px
}

/* horizontal rule widths. */

.hr10{
	width: 10%;
}

.hr30{
	width: 30%;
}

.hr40{
	width: 40%;
}

.hr50{
	width: 50%;
}

.hr60{
	width: 60%;
}

/******************* Text stuff *********************************/

.taCenter{
	text-align:center;
}

/* green - used at top of sigs mus. index page.*/
.colour1 {color: #009966;}

/* red - used in sigs mus index page. */
.red {color: #FF0000}

/* bold */
.bold {	font-weight: bold;}

/* purple - used in sigs mus index page. */
p.parac {
	text-align:center;
	color: #660066;
	font-size: 18px;
	font-weight: bold;
}

/* font size 30px center, red */
.tacF30red {
	font-size: 30px;
	color: #ff0000;
	text-align: center;
	font-weight: bold;
	}

/* The "standard" paragraph on the index page */
.tajFbPurple {
	text-align:justify;
	color: #660066;
	font-size: 18px;
	font-weight: bold;
}

/* as above, but centred. */
.tajFbPurplec {
	text-align:justify;
	color: #660066;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}


p.copyright {
	text-align:center;
	color:red;
	font-weight: bold;
}

/* used only on sigss mus index page.*/
p.head{
	color: rgb(0, 0, 128);
	font-family: Georgia, serif;
	font-size: 18.7px; 
	text-align: justify;
	text-align: center;
	font-weight: 700;
}

/* used only on sigss mus index page.*/
h1.h1RedItalic {
 font: bold 250% Times Roman;
 font-style: italic;
 color: #ff0000;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

div.tac{
	text-align: center;
}

div.tal{
	text-align: left;
}
div.tar{
	text-align: right;
}
