	.footer {
 		position: absolute;
		text-align: center;	 
		font-style: normal;	
		font-size: 14px;  
		font-weight: bold;
	
	}

	.footer a{
		text-decoration: none;
		color: #444;

	}

	.footer a:hover {
		color: orange;
		font-size: 100%;
	}

	#motto {
 		font-family: Times New Roman, Times, serif;
 		font-size: 140%;
 		font-style: italic;
 		color: gray;
		width: 732px;
		min-width: 732px;
 		text-align: center;
	}

	

	.attrib {
		font-family: Times New Roman, Times, serif;
		font-size: 60%;
		font-style: normal;
		text-align: right;
		padding: 5px;
	}

	

	.footmenu {

		text-align: center;

		font-family: Arial, Helvetica, Swiss, sans-serif;	 
		font-style: normal;

		font-size: 70%;

		font-weight: bold;

		width: 732px;

		min-width: 732px;

	}



	.webmaster {

		text-align: center;

		font-family: Arial, Helvetica, Swiss, sans-serif;

		font-size: 80%;

		font-style: normal;

	}

	

	hr {
		width: 732px;
		min-width: 732px;
		width: 810px;
		min-width: 810px;
	}

	

	@media print {

		#motto {display: none;}

		.attrib {display: none;}

		.footmenu {display: none;}

	    .webmaster {display: none;}

	    hr {display: none;}

	}

