/* Style sheets for Michael Howarth's website */
/* Print style */

h1
	{
	font-family: arial, sans-serif;
	font-size: 140%;
	color: black;
	}

h2
	{
	font-family: arial, sans-serif;
	font-size: 120%;
	color: black;
	}

h3
	{
	font-size: 110%;
	color: black;
	}


/* Banner at the top of each main page */

div.banner p
	{
	font-family: arial, sans-serif;
	color: black;
	}

div.banner a:link, div.banner a:visited, div.banner a:active
	{
	text-decoration: underline;
	color: black;
	}


/* Standard links */

a:link, a:visited, a:active, a:hover
	{
	text-decoration: underline;
	color: black;
	}


/* References: smaller text for links; bullet style */

div.reflinkstyle a
	{
	font-family: arial, sans-serif;
	font-size: 80%
	}

