body {
	margin: 1em;
/*	background: lavenderblush; */
                font-size: 1.1em;
	
}
h1 {
	position: absolute;
	top: 0.1em;
	left: 2em;
	color: navy;
	font-size: 2em;
	font-style: italic;
}
div.head {
	border:0.5em solid thin blue;
	 position: absolute;
	top: 0.1em;
	left: 0.3em;
	width: 105%;
	hight: 3em;
	background-color: cornflowerblue
}

table {
     /*    border-collapse: collapse; */
         padding: 0.5em;
         border: 0.3em 0.2em 0.3em 0.2em thin blue;

}
#block {
	margin: 1em 2em 2em 1em;
	padding: 1 1 1 1; 
	position: absolute;
	top: 4.5em;
	left: 4em;
	width: 36em;
	border: 0.3em 0.2em 0.3em 0.2em solid blue;
	font-size: 1.2em;
	background:  #edf5ff;
}
#links {
 /*  float: bottom right;*/
	position: absolute;
	right: 03em;
	top:  8em;
       color: blue;  
       font-size: 0.8em;
       border: 0.1em red;

}