/*  Style sheet for basic layout of Durham Miners Heritage Group Teaching Files
*/

/*  Default body formatting
*/
body {
	margin: 5px 5px 5px 5px; 
	background-color: #fffff0;
	backgroung-image: url();
	background-attachment: fixed;
	white-space: normal;
	word-spacing: normal;
	line-height: 12pt;
	letter-spacing:0pt;
	text-decoration: none;
	text-intent: 0mm;
	text-align: justify;
	font-family: "Book Antiqua";
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	font-variant:;
	color: "#aa0000"
	}

/*  Formating for page heading	
*/
.pageheading {	
	margin-left:5mm;
	margin-right:5mm;
	background-color: #fffff0;
	backgroung-image: url();
	background-attachment: fixed;
	font-size: 26pt;
	white-space: normal;
	word-spacing: normal;
	line-height: 22pt;
	text-intent: 0mm;
	text-align: center;
	font-family: "Book Antiqua";
	font-style:normal;
	font-weight:none;
	font-variant:;
	text-decoration: none;
	color: "#000000";
	letter-spacing: 0pt
	}

/*  Formating for section heading	
*/
.heading1 {	
	margin-left:5mm;
	margin-right:5mm;
	background-color: #fffff0;
	backgroung-image: url();
	background-attachment: fixed;
	font-size: 18pt;
	white-space: normal;
	word-spacing: normal;
	line-height: 12pt;
	text-intent: 0mm;
	text-align: center;
	font-family: "Arial";
	font-style: normal;
	font-weight:normal;
	font-variant:;
	text-decoration: none;
	color: "#000000";
	letter-spacing: 0pt
	}

/*  Formating for main body of text	
*/
.maintext {	
	margin-left:45mm;
	margin-right:45mm;
	background-color: #fffff0;
	backgroung-image: url();
	background-attachment: fixed;
	font-size: 12pt;
	white-space: normal;
	word-spacing: normal;
	line-height: 16pt;
	text-intent: 0mm;
	text-align: justify;
	font-family: "Book Antiqua";
	font-style: normal;
	font-weight: normal;
	font-variant:;
	text-decoration: none;
	color: "#aa0000";
	letter-spacing: 0pt
	}

/*  Formating for smaller sub-text	
*/
.subtext {	
	margin-left:45mm;
	margin-right:45mm;
	background-color: #fffff0;
	backgroung-image: url();
	background-attachment: fixed;
	font-size: 10pt;
	white-space: normal;
	word-spacing: normal;
	line-height: 13pt;
	text-intent: 0mm;
	text-align: justify;
	font-family: "Book Antiqua";
	font-style: normal;
	font-weight: normal;
	font-variant:;
	text-decoration: none;
	color: "#aa0000";
	letter-spacing: 0pt
	}

/*  Formating for centred small font information and footnotes	
*/
.info {	
	margin-left:24mm;
	margin-right:24mm;
	background-color: #fffff0;
	backgroung-image: url();
	background-attachment: fixed;
	font-size: 9pt;
	white-space: normal;
	word-spacing: normal;
	line-height: 9pt;
	text-intent: 0mm;
	text-align: center;
	font-family: "Book Antiqua";
	font-style: normal;
	font-weight: normal;
	font-variant:;
	text-decoration: none;
	color: "#aa0000";
	letter-spacing: 0pt
	}

/*	Link appearances
*/
	a {text-decoration: none;}
	a:link { color: black;}
	a:visited {color: teal;}
	a:active {color: green;}
	a:hover {color: red;}
	a:hover {text-decoration: underline;}