.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
.todotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-align: justify;
}
.todo {
	color: #999999;
}
.citation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	font-style: italic;
}
.fakelink {
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif; 
	color: #989489; 
	font-size: 10px;
}
.legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
body {
	background-color: #6c6655;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	background-image: url(img/background.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
a {
	color: #FFFFF4;
}
/*
a:link {
	color: #FFFFF4;
	text-decoration: none;
}
a:hover {
	color: #FFFFF4;
	text-decoration: underline;
}
*/h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.vignette_legende {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.vignette {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFF4;
	border-left-color: #FFFFF4;
}
.vignette {
	background-color: #989489;
	border: 1px dashed #FFFFF4;
}
.vignette {
	padding: 5px;
}
.textBackground {
	background-color: #6c6655;
	border: 1px solid #4A4432;
	padding: 10px;
}
