	body {
		background: #C0C0C0;
		background-image: url(chazhead.jpg);
		font-family: palatino, bookman old style, times new roman, serif;
		font-size: 110%;
		margin: 2em;
		color: white;
	}

td {
		font-size: larger;
}

HR {
    height:2px;
	margin: 10px 0px;
    color:#8080C0;

   }

	a:link {
		color: white;
		text-decoration: underline;
	}

	a:visited{
		color:yellow;
	}

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

	.blog { 
	background-color: White;
	font-family: palatino, bookman old style, serif;  
	color: Black;  }

	.cartouche {
	background-color: White;
	font-family: palatino, bookman old style, serif;
	font-size: 90%; 
	color: Black;	
	margin: 5%;
	padding: 10px;
	border: double 3px #8080C0;
  }

	a.blog:link {
		text-decoration: underline;
		color: Black;
		
	}
	a.blog:hover {
		text-decoration: underline;
		color: Blue;
		}
	a.blog:visited {
		text-decoration: underline;
		color: Navy;
	}


	
