body {
	background-color: green;
}

a:hover {
	color: #000000;
}
a {
	color: #FF0000;
	font-size: 16pt;
	padding : 10;
	align: center;
}
h1 {
	text-align: center;
	width: 100%;
	Color : red;
	font-size: 50pt;
}

h2 {
	text-align: center;
	width: 100%;
	font-size: 20pt;
}

