h1, h2 {
	font-family: "Times Roman", serif;
	font-weight: bold;
	}

h1 {
	font-size: 24pt;
	}

h3, h4 {
	font-family: arial, sans-serif;
	font-weight: bold;
	}

h1, h2 {
	text-align: center
	}

h3, h4 {
	text-align: left
	}

body {
	color: black;
	background: lightcyan;
	font-family: arial, sans-serif;
	}

tr {
	vertical-align: top;
	}

th {
	text-align: center;
	}

a:link {
	color: navy;
	}

a:visited {
	color: blue;
	}

a:hover {
	color: white;
	background: lightblue;
	}

img {
	border-style: none;
	}

#allpage {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}

#navmenu {
	float: left;
	width: 120px;
	line-height: 2em;
	text-align: center;
	}

#navmenu ul {
	list-style-type: none;
	margin-left: -40px;
	}

#navmenu li a {
	display: block;
	width: 100%;
/*	height: 100%; */
	border: 1px solid gray;
	font-weight: bold;
	text-decoration: none;
	}

#indexpage #indexlink,
#kazpage #kazlink,
#mikepage #mikelink,
#gallerypage #gallerylink,
#songspage #songslink,
#gigspage #gigslink,
#contactpage #contactlink,
#linkspage #linkslink
	{
	cursor: default;
	text-decoration: none;
	color: black;
	}

#content {
	margin-left: 180px;
	padding: 15px;
/*	float: right; */
/*	width: 635px; */
	}


#endcontent {
	clear: both;
	}


.centred {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
