
strong {
	color: Red;
	
	font-style: normal;
	font-weight: bold;
}

h2 {
	text-align: center;
}

h3 {
	font-size: larger;

	border-style: solid;
	border-color: lightgrey;
	border-width: 0 0 2px 0;
	
	margin-left: 2em;
	margin-right: 2em;
}

h3 a {
	text-decoration: none;
}

address {
	font-style: normal;
}

body {
	font-family: Calibri, "CI", sans-serif;
	font-size: small;
	
	text-align: center;

	background-color: lavender;
}

div {
	margin: 8px 4px;
	padding: 4px;
}

div.header {
	background-color: white;

	max-width: 468px;
	
	margin-left: auto;
	margin-right: auto;
}

div#advertisement {
	margin: 0px;
	padding: 0px;
}

div.footer {
	color: maroon ;

	font-size: x-small;
	font-style: normal;

	background-color: white;

	max-width: 468px;
	
	margin-left: auto;
	margin-right: auto;
}

div.main {
	background-color: ghostwhite;

	max-width: 468px;
	
	margin-left: auto;
	margin-right: auto;
}

div.site {
	text-align: justify;

	background-color: white;
	
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	
	margin: 4px;
	padding: 4px;
}

div#old {
	text-align: center;
}

div#contact, div#copyright {
	text-align: justify;

	margin: 4px;
}

span.pubdate {
	color: gray;

	font-size: smaller;
}



