@import "./commun.css";

body {
	background: url("../images/f_notebook.jpg") #FFFFFB repeat-y;
	color : #000000;
	margin-left: 0px; 
	margin-right: 1em; 
}
.indent {
	margin-left: 2em; 
}
.space {
	margin-top: 1em; 
	margin-bottom: 1em; 
}
h1 {
	color : #000000;
	font : normal 22pt "Comic Sans MS",cursive;
	background-color : transparent;
	text-align : center;
}
p {
	font : normal 12pt "Comic Sans MS",cursive;
	color : #000000;
	background-color : transparent;
	text-align : justify;
}
ul {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-right: 2em;
	list-style: circle;
	text-align : justify;
}
dt {
	margin-top: 1em;
	color : #000000;
	font : 12pt "Comic Sans MS",cursive;
	text-align : left;
	background-color : transparent;
}
dd {
	color : #000000;
	font : 12pt "Comic Sans MS",cursive;
	background-color : transparent;
	text-align : justify;
}
a:link {
	font : 12pt "Comic Sans MS",cursive;
	color : #000099;
	background-color : transparent;
	text-decoration : underline;
}
a:visited {
	font : 12pt "Comic Sans MS",cursive;
	color : #8B008B;
	background-color : transparent;
	text-decoration : underline;
}
a:active, a:hover {
	font : 12pt "Comic Sans MS",cursive;
	color : #3333FF;
	background-color : transparent;
	text-decoration : underline;
}

