body {
	background-color: #555555;
	color: #FFFFFF;
	font-size:100%;
	font-family: sans-serif;
	}

p {
	font-size:0.8em;
	}
	
p.just {
	text-indent: 25px;
	text-align: justify;
	}
	
p.quote {
	text-align: right;
	}			

	
.plaque {
	/* margin-left: 15px; */
	/* margin-right: 15px; */
	padding: 30px;
	background-color: #CCCCCC;
	color: #000000;
	border-top: 4px solid #DDDDDD;
	border-left: 4px solid #DDDDDD;
	border-right: 4px solid #777777;
	border-bottom: 4px solid #777777;
	}

.text {
	font-size:0.8em;
	}		

A:link {text-decoration: none; color: #0000FF;}
A:visited {text-decoration: none; color: #6E6EBA;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #0000FF;}		
	
.menu A:link {text-decoration: none; color: #EEEEEE;}
.menu A:visited {text-decoration: none; color: #AAAAAA;}
.menu A:active {text-decoration: none}
.menu A:hover {text-decoration: underline; color: #FFFFFF;}	
	
ul.horiz {
	list-style-type:none;
	margin:0;
	padding:0;
	}
		
li.top {
	display:inline;
	font-size:1em;
	padding-right: 4px;
	padding-left: 4px;
	border-left: 2px solid #777777;
	}
	
li.horiz {
	display:inline;
	font-size:0.7em;
	padding-right: 4px;
	padding-left: 4px;
	border-left: 2px solid #777777;
	}
	

.bande {
	background-image: url(images/rivet.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-left: 20px;
	padding-right: 20px;
	}
