/* The Quiet Men Stylesheet - Adapted by Steve White
 * By kind permission of Steve Fairhead: 1 January 2004
 */

/* Basics: */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,caption,table,th,tr,td {
	font-family: Verdana, Trebuchet MS, Arial, sans-serif;
	font-size: 95%;
}
body {
	margin-left: 5%;
	margin-right: 5%;
	color: black;
}
ul,ol {
/*	margin-bottom: 1em; */
}
li.spaced {
	margin-bottom: 1em;
}
li {
/*	list-style: disc; */
}
em {
	font-weight: bold;
	font-style: italic;
}
pre {
	font-family: monospace;		/* browser bug workaround */
}
hr {
	text-align: center;
}
code {
	font-family: Courier, monospace;
	font-weight: bold;
	color: green;
	background-color: transparent;
}

/* Links: */
a:link {
	color: black;
	font-size: 100%;
	font-weight: bold;
        text-decoration: none;
	background-color: transparent;
}
a:visited {
	color: purple;
	font-size: 100%;
	font-weight: bold;
        text-decoration: none;
	background-color: transparent;
}
a:active {
	color: red;
	font-size: 100%;
	font-weight: bold;
        text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: blue;
	font-size: 100%;
	font-weight: bold;
        text-decoration: none;
	background-color: transparent;
}
a.current {
 	color: white; 
 	background-color: black; 
	font-size: 105%;
	font-weight: bold;
        text-decoration: none;
}
a.current:hover {
 	color: white; 
 	background-color: black; 
	font-size: 105%;
	font-weight: bold;
        text-decoration: none;
}
a.current:visited {
 	color: white; 
 	background-color: black; 
	font-size: 105%;
	font-weight: bold;
        text-decoration: none;
}


/* Headings: */
h2,h3,h4,h5,h6 {
	color: blue;
	background-color: transparent;
}
h1 {
	color: navy;
	background-color: #33ffff;
	text-align: center;
	font-size: 140%;
}
h2 {
	margin-left: -2%;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}
h3 {
	margin-left: -1%;
	font-size: 110%;
	font-weight: bold;
}

/* Generic classes: */
.quotation {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}
.centred {
	text-align: center;
	vertical-align: middle;
}
.centred-large {
	font-size: 120%;
	text-align: center;
	vertical-align: middle;
}
.warning {
	font-size: 135%;
	text-align: center;
	vertical-align: middle;
	color: red;
	background-color: aqua;
	font-weight: bold;
}

/* General: */
p.page-logo {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}
p.major-link {
	font-size: 130%;
	text-align: left;
}
.site-signature {
	text-align: center;
	font-size: 80%;
}
p.author-note {
	text-align: center;
	font-style: italic;
}
p.author-note-strong {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

