/*  Style sheet for basic layout of Durham Miners Heritage Group Teaching Files
*/

/*  Default body formatting
*/
body {
	margin:0mm 2%; 
	background-color: none;
	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: "Arial, Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	font-variant:;
	color: normal;
	}

/*  Formating for page heading	
*/
.pageheading {	
	margin-left:5mm;
	margin-right:5mm;
	background-color: none;
	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: "Arial, Times New Roman";
	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: #ffffff;
	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, Helvetica";
	font-style: normal;
	font-weight:normal;
	font-variant:;
	text-decoration: none;
	color: normal;
	letter-spacing: 0pt
	}

/*  Formating for main body of text	
*/
.maintext {	
	margin-left:5mm;
	margin-right:5mm;
	background-color: #ffffff;
	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: "Palatino Linotype, Times New Roman";
	font-style: normal;
	font-weight: normal;
	font-variant:;
	text-decoration: none;
	color: normal;
	letter-spacing: 0pt
	}

/*  Formating for smaller sub-text	
*/
.subtext {	
	margin-left:5mm;
	margin-right:5mm;
	background-color: none;
	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: "Arial, Helvetica";
	font-style: normal;
	font-weight: normal;
	font-variant:;
	text-decoration: none;
	color: normal;
	letter-spacing: 0pt
	}

/*  Formating for centred small font information and footnotes	
*/
.info {	
	margin-left:5mm;
	margin-right:5mm;
	background-color: none;
	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: normal;
	letter-spacing: 0pt
	}

/*	Link appearances - All black, no decoration
*/
	a {text-decoration: none;}
	a:link { color: black;}
	a:visited {color: black;}
	a:active {color: black;}
	a:hover {color: black;}
	a:hover {text-decoration: none;}
