body	{	width: 100%;
			max-width: 800px;
			margin: auto;
		  	font-family: Arial, Tahoma, Helv, Helvetica, Sans-Serif; 
			font-size: 12pt;
			background: #FFFFF0	}
@media only screen and (max-width: 600px) {
    body {	font-size: 10pt;	}
}

p	{
	text-align: justify;
	margin: 5px 5px 10px;
	}
p.hilite {
	font-weight: bold;
	color: red;
	}

div.img_r		{	float: right;	
					padding: 0 5px 0 10px;	}
div.img_l		{	float: left;	
					padding: 0 10px 0 5px;	}
div.img_r,
div.img_l		{	text-align: center;
					font-size: 67%;	}
div.img_r	img			{	margin: 2px;	}
div.img_r	img:hover	{	margin: 0;
							border: 2px solid blue	}
							
#shell	{
	position: relative;
	width: 1em;
	height: 1em; 
	top: 1px;
	}
#footer	{	
	margin-top: 10px;
	font-size: 67%;
	font-style: italic;
	text-align: right;
	}