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

h1
	{
	font-family: arial, sans-serif;
	font-size: 140%;
	color: rgb(150,0,50);
	}

h2
	{
	font-family: arial, sans-serif;
	font-size: 120%;
	color: rgb(150,0,50);
	}

h3
	{
	font-size: 110%;
	color: rgb(150,0,50);
	}


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

div.banner p
	{
	font-family: arial, sans-serif;
	color: black;
	background-color: rgb(150,0,50);
	}

div.banner a:link, div.banner a:visited, div.banner a:active
	{
	text-decoration: none;
	color: white;
	background-color: rgb(150,0,50);
	}

div.banner a:hover
	{
	text-decoration: none;
	color: black;
	background-color: rgb(200,0,75);
	}


/* Standard links */

a:link
	{
	text-decoration: none;
	color: rgb(50,50,80);
	}

a:visited, a:active
	{
	text-decoration: none;
	color: rgb(50,50,80);
	}

a:hover
	{
	text-decoration: underline;
	color: blue;
	}


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

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

.refbullet
	{
	list-style-image: url(redbullet.gif)
	}
