body {width: 100%; text-align: center; background-color: #ffffff; margin: 0px; }

/* page elements */

#heading {position: relative; top: 0px; margin-left: 0px; margin-right: auto; border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: #000000; width: 100%; height: 10%; overflow: hidden; }
#navbar {display: none;}
#main {position: relative; top: 0.5%; margin-left: 0%; margin-right: auto; width: 85%; height: 89.5%; overflow: visible; }



/* page titles */
h1 {color: #000000; 
font-size: 150%;
font-family: "Buckingham", "Times New Roman", serif; 
font-weight: bold;}

/* item dates */
h2 {color:#000000; font-weight: bold; 
font-size: 125%; 
font-family: "Buckingham", "Times New Roman", serif;}

/* item titles */
h3 {color:#000000; font-weight: bold; text-decoration: underline; 
width: 75%;
font-size: 115%; margin-left: 12.5%;
font-family: "Times New Roman", serif;}

h3.left {text-align: left;}

/* standard text */
h4 {color:#000000; font-weight: normal; 
width: 75%; margin-left: 12.5%;
font-size: 110%; text-align: left;
font-family: "Times New Roman", serif; }

h4.left {text-align: left;}

h4.right {text-align: right;}

h4.blockquote {text-align: center; margin-left: 17.5%; font-style: italic; width: 65%;}

h4.plink {color: #000000; text-align: left; font-size: 85%;}

/* lists*/

ul{list-style-type: disc; color:#000000; font-weight: normal; font-family: "Times New Roman", serif;
margin-left: 15%; margin-right: auto; width: 60%;
font-size: 110%; text-align: left;}

ol{color:#000000; font-weight: normal; font-family: "Times New Roman", serif;
margin-left: 15%; margin-right: auto; width: 60%;
font-size: 110%; text-align: left;}

li{margin-bottom: 10px;}

/* link colours - must always be in order link-visited-focus-hover-active*/

#main a:link:after, #main a:visited:after, #main a:active:after {content: " (" attr(href) ") ";}


hr {border-style: dotted; border-color: #ffffff; border-width: 1px;}
