h1{
	font-size:32pt;
	font-family:sans-serif;
	font-weight:bold;
	color:rgb(255,255,255);
	background-color:rgb(15,15,214);
}

h2{
	font-size:28pt;
	color:rgb(255,255,255);
	background-color:rgb(249,0,0);
	opacity: 1;

}

h3{
	font-size:28pt;
	color:rgb(255,33,33);
	
}

h4{
	font-size:25pt;
	color:rgb(255,255,255);
	background-color: rgb(118,11,145);
}

p{
	color:rgb(0,0,0);
	font-size:16pt;
}

table,TR,TD{
	border:2px solid black;
	border-color:rgb(105,105,105);
	color:rgb(0,0,235);
}

ol{
	color:rgb(0,0,100);
	font-size: 16pt;
}

p , ul{
	color:rgb(33,22,255);
	font-size: 20pt;
}

a{
	color:blue;
	text-decoration:underline;
}

body{
	background:no-repeat center/166% url("https://img.freepik.com/photos-premium/arriere-plan-gris-abstrait-lignes-points-blancs_1174990-197521.jpg");
	background-attachment: fixed;
}



