/* @override http://www.lailoiseau.be/lailoiseau.css */

body {
	background-color: #534D45;
	color: #D0C5B2;
	padding: 10px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 13px;

} 
a {
	color: #fdf0d4;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
}
a:hover {
	color: #baa47e;
}
a:visited {
	color: #baa47e;
	text-decoration: none;
}