Antony, hurstpages is rewritten with lists instead of tables.
This HTML page includes the php menu code. I recommend that you replace the code in your php menu with this version. I deleted the " "s in the menu and added "#header" to the top div, plus it's indented which makes it very easy to read.
The footer code is at a different depth on this page.
There are TWO links to stylesheets in the head. While coding, I called the new code for this page with the second stylesheet link. You can test the same way, or you can simply add the new css to the end of the main stylesheet and delete the second link.
Conspicuously missing from the HTML page are the plethora of classes for every item. Your challenge is to delete the unused classes from the main stylesheet. There could be up to 30.
CHANGES/CHOICES
Headers and Links look different.
1. The CSS anchor behaviors break most of your rules, but those changes are easily undone. 
The anchors are colored and have underlines like conventional HTML anchors, except :hover is white.
If you don't want users to remember where they have been, you can change the :visited color to blue.
For what it's worth, I recommend that you keep the blue color and the underline because that's how older users expect anchors to behave.
2. Non-anchor text is still black.
3. Header text is larger than anchor text.
4. Anchors can have a border around the individual items, the row of items, or no border at all.
5. "Can you name them?" and "dad's text" can be left-aligned or centered.
Hope this helps
Code:
h2 {
font-size:1.25em;
text-align:center;
margin:.9em 0 .1em;
}
h3 {
font-size:1.2em;
text-align:center;
padding-bottom:8px;
margin:0;
}
.intro {
display:table;
padding-top:12px;
margin:0 auto;
}
.intro p {
margin:.375em 0px;
}
ul.list {
display:table;
border-spacing:1px 0;
padding:0px;
margin:0 auto;
}
.list.nohead {
margin-top:.9em;
}
.list li {
display:table-cell;
border:1px solid transparent; /* borders around the lists *//* #789, #bcd or transparent */
border-radius:7px;
vertical-align:top;
padding:0px 20px;
margin:0;
}
.list li span {
display:block;
text-align:left;
padding:.1em 0;
}
.list a {
display:inline-block;
padding:2px 0px 3px;
text-decoration:underline;
}
.list a:link {color:#00a;} /* dark blue */
.list a:visited {color:#707;} /* dark purple */
.list a:hover {color:#fff;} /* white */
.list a:active {color:#f00;} /* red */
.footer {
height:76px;
padding-top:24px;
text-align:center;
}
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Hurst Pages</title>
<meta charset="utf-8">
<link rel="stylesheet" href="http://www.c5d.co.uk/hurststyle.css" type="text/css" media="screen">
<link rel="stylesheet" href="hurststyle4g.css" type="text/css" media="screen">
<link rel="stylesheet" href="http://www.c5d.co.uk/c5ddropdownmenu.css" type="text/css" media="screen">
<script src="http://www.c5d.co.uk/mootools-1.2.5-core-yc.js" type="text/javascript"></script>
<script src="http://www.c5d.co.uk/MenuMatic_0.68.3.js" type="text/javascript"></script>
<script type="text/javascript">
window.addEvent('domready', function() {
var myMenu = new MenuMatic();
});
</script>
</head>
<body>
<div id="wrapper">
<div id="container" class="container">
<!-- BEGIN c5dmenu.php INCLUDE -->
<div id="header">
<img src="http://www.c5d.co.uk/c5dbackground.png" alt="c5dlogo" width="950" height="115">
</div>
<div class="span-24">
<div id="navcontainer">
<ul id="nav" class="menu">
<li><a href="http://www.c5d.co.uk/homepage.php"><img src="http://www.c5d.co.uk/home.gif" alt="home" /></a></li>
<li><a href="http://www.c5d.co.uk/homepage.php">Eng & Wales</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/homepage.php">England & Wales Certificates</a></li>
<li><a href="http://www.c5d.co.uk/groups.php">Family Groups</a></li>
<li><a href="http://www.c5d.co.uk/research.php">Research Service</a></li>
<li><a href="http://www.c5d.co.uk/ninthfield.php">Large Orders</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/scotland.php">Scotland</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/scotland.php">Scottish Certificates</a></li>
<li><a href="https://secure.jotformeu.com/form/20562318766356">Scottish Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/northernireland.php">N.Ireland</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/northernireland.php">Northern Irish Certificates</a></li>
<li><a href="https://secure.jotformeu.com/form/20562335218347">Northern Ireland Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/roi.php">Eire</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/roi.php">Irish Certificates</a></li>
<li><a href="http://form.jotformeu.com/form/20560737900349">Irish Certificate Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/parishrecords.php">P R Es</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/parishrecords.php">Parish Register Entries</a></li>
<li><a href="https://secure.jotformeu.com/form/20563263008345">Parish Register Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/censusentries.php">Censuses</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/censusentries.php">Census Entry Copies</a></li>
<li><a href="https://secure.jotformeu.com/form/20563312173343">Census Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/sterlingpayments.php">Payments in £</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/sterlingpayments.php">Make Payments in £</a></li>
<li><a href="https://secure.jotformeu.com/form/20562220135338">Order Form</a></li></ul>
</li>
<li><a href="http://www.c5d.co.uk/nzcerts.php">NZ</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/nzcerts.php">New Zealand Certificates</a></li>
<li id="radius"><a href="http://www.c5d.co.uk/nzcerts.php">Order Form</a></li>
</ul>
</li>
<li><a href="http://www.c5d.co.uk/probates.php">Probates</a>
<ul class="sub-menu">
<li><a href="http://www.c5d.co.uk/probates.php">Probates, Wills & Admons</a></li>
<li><a href="http://www.c5d.co.uk/pre1858.php">Pre 1858 Probates</a></li>
<li><a href="https://secure.jotform.com/form/20393244360"> Probate Order Form</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- END c5dmenu.php INCLUDE -->
<h1>Your Certificates in 5 Days ?</h1>
<p class="one">There is another way. <a href="http://www.c5d.co.uk">Certificates in 5 Days (C5D)</a> Why not give me a try ?</p>
<!--START ancestry 14 day free trial advertisement -->
<div id="advert1">
<a href="http://www.jdoqocy.com/click-5433512-10520381" target="_top">
<img src="http://www.awltovhc.com/image-5433512-10520381" width="264" height="60" alt="264x60: I am your Nan">
</a>
</div>
<!--START MERCHANT:merchant name Find My Past from affiliatewindow.com -->
<div id="advert2">
<a href="http://www.awin1.com/cread.php?s=265538&v=2114&q=126749&r=127588">
<img src="http://www.awin1.com/cshow.php?s=265538&v=2114&q=126749&r=127588" width="264" height="60" alt="264x60">
</a>
</div>
<!-- START CONTENT -->
<p class="hursttext"><img class="center" alt="Hurst Cross Circa 1900" src="Image9.gif"></p>
<h3>Hurst Cross Circa 1900</h3>
<ul class="list">
<li><a href="http://www.c5d.co.uk/oldhurst.php">Click for a description of Hurst circa 1832</a></li>
</ul>
<div class="intro">
<p>This is the introduction to my pages about the place that I was born and lived for the first 30 years of my life.</p>
<p>Being the adventurous type, I then moved to Hartshead all of one mile up the road!</p>
<p>I hope that you find these pages both helpful and entertaining:</p>
</div>
<h2>The Censuses 1841-1911</h2>
<p class="methodists">To view the census transcriptions please click the button below:</p>
<div class="button">
<button onClick="window.location='http://www.c5d.co.uk/censuspages.php'"> Hurst Censuses 1841-1911</button>
</div>
<p class="methodists">Other Transcriptions: Just Click the Link</p>
<h2>Kellys Directory of Hurst</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/kellyshurst.php">1905</a></li>
<li><a href="http://www.c5d.co.uk/kellyshurst1918.php">1918</a></li>
</ul>
<ul class="list nohead">
<li><a href="http://www.c5d.co.uk/er1918.php">The Electoral Roll of 1918</a></li>
<li><a href="http://www.c5d.co.uk/hurstlocalboard.php">Hurst Local Board</a></li>
</ul>
<h2>The First World War</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/warmemorial.php">The Fallen of Hurst on Hurst War Memorial</a></li>
<li><a href="http://www.c5d.co.uk/alt.php">The Fallen of Alt from Alt War Memorial</a></li>
<li><a href="http://www.c5d.co.uk/munitionsfactory.php">The Ashton Munitions Factory Explosion</a></li>
</ul>
<h2>The Boer War 1899-1902</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/manchesterregiment.php">The Manchester Regiment in the Boer War</a></li>
</ul>
<h2>Local Parish Register Transcriptions</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/qrm.php">Queen Street Memorial Inscriptions</a></li>
<li><a href="http://www.c5d.co.uk/qrmbintro.php">Queen Street Baptisms</a></li>
<li><a href="http://www.c5d.co.uk/hhb.php">Baptisms at Hooley Hill Wesleyan Chapel 1802/34</a></li>
</ul>
<h2>On the way to Wembley ?</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/umfc.php">Queen Street UMC F C 1913/1914</a> <span>Can you name them?</span></li>
<li><a href="http://www.c5d.co.uk/umfc19199.php">Queen Street UMC F C 1918/1919</a> <span>Can you name them?</span></li>
<li><a href="http://www.c5d.co.uk/stjames.php">St James's Football Team 1919</a> <span>Can you name them?</span></li>
<li><a href="http://www.c5d.co.uk/hurstboys.php">Ashton Schools' Football Team c1905</a> <span>Can you name them?</span></li>
</ul>
<h2>Local Anecdotes</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/joewood'spies.php">Joe Wood's Pies</a></li>
<li><a href="http://www.c5d.co.uk/ghandi.php">Ghandi</a></li>
<li><a href="http://www.c5d.co.uk/happyland.php">Hurst A Happy Land</a></li>
<li><a href="http://www.c5d.co.uk/skinnyhatton.php">Skinny Hatton</a></li>
<li><a href="http://www.c5d.co.uk/tmt.php">Two Minute Topping</a></li>
</ul>
<h2>Ashton Under Lyne Golf Club</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/golfclub.php">Founder Members</a></li>
</ul>
<h2>Maps of Old Hurst & Ashton</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/hurstcross1900.php">A Map of Hurst Cross about 1900.</a> <span>Highlighed are where my dad lived and the Big Back</span></li>
<li><a href="http://www.c5d.co.uk/hurst1848.php">Map of Hurst in 1848.</a></li>
<li><a href="http://www.c5d.co.uk/oldashton.php">A Map of Ashton from 1824.</a></li>
<li><a href="http://www.c5d.co.uk/map.php">Three maps of Ashton superimposed on each other.</a> <span>How Ashton Grew</span></li>
</ul>
<h2>Photos of Hurst Old and New</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/hurstinoldphotos.php">Hurst in Old Photos </a></li>
<li><a href="http://www.c5d.co.uk/mrs.php">Mossley Road School 1931 Group 12</a></li>
</ul>
<h2>The Chartists in Ashton</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/chartists.php">Members of the Chartist Movement</a> </li>
</ul>
<h2>Ladysmith Barracks</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/ladysmithbarracks.php">The Barracks</a></li>
</ul>
<h2>My Dorset Interests</h2>
<ul class="list">
<li><a href="http://www.c5d.co.uk/dorsetinterests.php">Kimmeridge A Lovely village on South Coast</a></li>
</ul>
</div>
</div>
<div class="footer">
<button onClick="window.location='http://www.c5d.co.uk/hurstpages.php'">Return to the Hurst Pages</button>
<p class="copy">©C5D-Certificates</p>
</div>
</body>
</html>
Bookmarks