 
P.author {
font-family : "Times New Roman";
	font-style : normal;
	color: black;
	font-weight : normal;
	text-align : center;
	
}
BODY {
	background-image : url('../images/light.gif');
}

H1 {
	font-family : "Bookman Old Style";
	font-size : xx-large;
	color: Brown;
	text-align : center;
}

H2 {
	font-family : "Bookman Old Style";
	font-size : large;
	color: Brown;
	font-style : normal;
	font-weight : bolder;
	text-align : center;
}
H3 {
	font-family : "Bookman Old Style";
	font-size : large;
	color: Black;
	font-style : normal;
	font-weight : bolder;
	text-align : center;
}
P.normal {
	font-family : "Times New Roman";
	font-style : normal;
	color: Black;
	font-weight : normal;
	text-align : center;
}
P.legende {
	font-family : "Times New Roman";
	font-size : x-small;
	color: Black;
	font-weight : bold;
	
}
p.center{
	text-align: center;
}
a.email {
	font-family : "Times New Roman";
	font-size : small;
	font-weight : normal;
	color: Brown;
}