/* CSS file temp.css : Andy Lawrence May 5th 2025
Adapted from t4a.css Andy Lawrence Feb 6th 2009
For Cuillin web page at http://cuillin.roe.ac.uk/~alawrence
Derived from the menu builder at the rather wonderful cssplay website
with minor changes */

/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin: 10px; height: 100px; font-size: 9pt; font-family: arial; line-height: 2em; }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 12em; }
.menu li { background-color: #000066; float: left; }
.menu li.sub { background-color: #000066; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { border: 1px solid #ffffcc; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 12em; color: #ffff66; padding-left: 1em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: capitalize; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 12em; line-height: 3em; }
* html .menu a:hover { color: #ccff66; background-color: #003399; position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #ccff66; background-color: #003399; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { color: #ccff66; background-color: #003399; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -1.4em; left: 8em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }


/* STUFF ADDED BY ANDY */

body {font-family: "Times New Roman"; font-size: 11pt; border-style: solid; 
border-width: medium; border-color: gray; margin: 10pt; padding: 10pt; min-width: 750px;
background-color: #eee}

h1, h2, h3, h4  {font-family: Tahoma, sans-serif, Verdana; color: navy; text-align: left}

h1  {font-size: 180%; margin-top: 14pt}

h2  {font-size: 150%;margin-top: 12pt;}

h3  {font-size: 120%; margin-top: 10pt;}

h4  {font-size: 110%;margin-top: 8pt;text-decoration: underline}
