h2 {
	font-size: 24pt;
	color: white; 
	background-color: #9C98ED;
}
h1{
	font-size: 30pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #8683CC;
}
u{
	font-size: 16pt;
}
p{
	font-size: 16pt;
}
table,TR,TD{
	border:1px solid #88AEFF;
}	
ul{
	color: #A2B7FF;
	font-size: 16pt;
}
i{
	color: #98ACFF;
	font-size: 16pt;
}
h3{
	font-size: 18pt;
	color: #88AEFF
}
a:visited {
	color : #88AEFF;
}
a:hover{
	background-color : #F0A987;
	color : white;
	text-decoration:none;
	font-style : italic;
}
body{
	background: no-repeat center/100% url("https://img.freepik.com/photos-premium/outils-construction-casques-jaunes-fond-papier-blanc_1304147-3851.jpg");
	background-attachment: fixed;
}