body {   
	background-color: black;
	color: #00FF00;
	font-family: monospace;
	font-size: 8pt;
	width: 800px;
	border: 1px solid #00FF00;
	margin-left: auto;
	margin-right: auto;
	}

pre#header {
	text-align: center;
	padding-top: 10pt;
	}

p#menu {
	text-align: center;
	padding-top: 10pt;
	padding-bottom: 10pt;
	border-top: solid 1px #00FF00;
	border-bottom: solid 1px #00FF00;
	}

p#footer {
	text-align: center;
	padding-top: 10pt;
	border-top: solid 1px #00FF00;
	margin-top: 5pt;
	}

div#contents {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	}

div#contents hr {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
	}

div#contents h3 {
	text-align: center;
	}

div#contents li {
	margin-top: 20px;
	}

div#contents ul.sub li {
	margin-top: 0px;
	}

div#one {
	float: left; 
	width: 360px;
/*	margin-left: 20px;*/
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #00FF00;
	margin-top: -16px;
	text-align: justify;
	}

div#one li {
	margin-left: -25px;
	}

div#two {
	text-align: justify;
/*	margin-right: 20px;*/
	}

div#two li {
	margin-left: 15px;
	}

/* move.html */

div#summary {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #00FF00;
	}

div#summary h3 {
	text-align: center;
	}

div#imc-italie {
        position: relative;
	text-align: center;
	border-bottom: 1px solid #00FF00;
	padding-top: 10px;
	}

div#imc-italie hr {
        display: block;
        clear: left;
        margin: -0.66em 0;
        visibility: hidden;
        }

div#len {
        position: relative;
	text-align: center;
	padding-top: 10px;
	}

div#len hr {
        display: block;
        clear: left;
        margin: -0.66em 0;
        visibility: hidden;
        }

div.photos {
	float: left; 
	width: 170px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 20px;
	padding-top: 20px;
	text-align: center;
	}

div.photos p,h3,li {
	text-align: justify;
	}

div.photos li {
	margin-left: -20pt;
	}

div.text {
        text-align: justify;
        margin-right: 20px;
	padding-top: 20px;
	}


/* general */

.focus {
	font-weight: bold;
	}

.highlight {
	font-style: italic;
	}

.signature {
	text-align: right;
	}

.separator {
	text-align: center;
	font-weight: bold;
	}

:link { color: #FFFF00 }

:visited { color: #FFFF00 }

a { text-decoration: none; }

li.blank { list-style: none; }

h1, h2, h3, h4, h5, h6 { color: #00FF00; }

.black { color: #000000 }

.darkgreen { color: #008000 }

.lightgreen { color: #00FF00 } 

.left-txt { text-align: left; } 

.right-txt { text-align: right; }

.center-txt { text-align: center; }

.justify-txt { text-align: justify; }

.left-img { float: left; } 

.right-img { float: right; }

.ascii { 
/*    font-family: courier, monospace; */
    font-size: 10pt 
       }
