/* Stylesheet for Leeds ME Group pages */


body {
	background-color: #33ccff;
	font-size: 17px;
}

h1, h2, h3, h4 {
	color: purple;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-family: "tnr", Times, serif;
	margin-left: 15px;
	margin-right: 30px;
}

p.centred {
	text-align: center;
}

p.footnote {
	font-size: 85%;
}

ol, li, dt, dd {
	font-family: "Times New Roman", Times, serif;
	margin-left: 25px;
}

dt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 15px;
}

blockquote {
	font-family: "Times New Roman", Times, serif;
}

td {
	font-family: "Times New Roman", Times, serif;
}

address {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

span.asterisk {
	font-family: tnr, Times, serif;
}

td.pagecontents {
	font-weight: bold;
}

td.navtips {
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	text-align: center;
}

a:link {
	color: #cc0000;
	text-decoration : underline;
}

a:hover {
	color: #ff3333;
}

sup {
	font-size: 85%;
}