
body 	{text-align: center;
	font-family: sans-serif;
	font-size: 1.0em;
	;word-spacing: .05em;
	}
h1 	{color: black;font-size: 2em;font-weight: normal}

h2 	{color: black;font-size: 1.2em;font-weight: normal}

p 	{color: black;}

a 	{color: navy;}
	
a:link	
	{
		color		: blue;
	}


a:link.navigate img, 
a:visited.navigate img	
		{border	: none ;}


a:visited
 	{
		color		: purple;
	}

a:active 	
	{
		color		: red;
	}

a:hover
	{
		text-decoration	: none;
		color		: blue;
		background-color: yellow;
	}	