/* Basic style sheet for  --------www.pastonheritage.co.uk -----TYPOGRAPHY
version 2.0
author: Mike Fenton
email: mikethebarn@yahoo.co.uk
website: gallerymikefenton.co.uk
/*------------------------------MAIN CONTENT--------------*/
html{
	font-size:100%;
	}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#036;
	}
input, select, th, td{
	font-size:1em;
	}/*above 2 rules makes font size = 10px for each 1em*/
	/*---------------------------headers & paragraphs---------*/
h1, h2, h3, h4, h5, h6, p{
	margin:0px 10px 5px 10px;
	padding:0px;
	}
h1, h2, h3, h4{
	font: Arial, Verdana, Helvetica, sans-serif;
	}
h1, h2, h3{
	font-weight:bold;
	}	
h1 {
font-size:2em;
}
#navSite h1{
	font-size:2.25em;
	color:#8cc1eb;
	margin-left:250px;
	}
h2{
font-size:1.7em;
}
h3{
font-size:1.5em;
}
h4{
font-size:1.25em;
}
h5{
display:none;
}
h6{
font-size:1em;
	font-weight:normal;
/*font-style:italic;*/
}
p {
font-size:1.1em;
font-weight:normal;
}
p.smaller{
font-size:1em;
}
p.italic{
font-style:italic;
}
/*--------------------tables---------*/
#poemTable tr td p{
font-size:1.25em;
font-weight:bold;
}
#poemTable tr td h1{
font-weight: bolder; 
font-size:2em;
}
/*-----------------Lists--------------*/
ol li{
	list-style:disc;
	font-size:1.1em;
	text-indent:10px;
	list-style-position:inside;
	padding-left:10px;
	}
ul li{
	list-style:none;
	font-size:1.1em;
	text-indent:10px;
	list-style-position:inside;
	padding-left:10px;
	}

/*--------------style and position----*/
.emphasis{
font-style:italic;
}
.bold{
font-weight:bold;
}
.blueFont{
color:#036;
}
.bold{
font-weight:bolder;
}
.centreText{
text-align:center;
}
