/*
-----------------------------------------------------
Main Style Sheet
Name:     styles
Designer: Mathieu Padget
URL:      mathieupadget.heliohost.org
Date:     2017-11-15
------------------------------------------------------
*/

body {
	background-color:black;
	color:white;
//	margin: 0;
	height: 100%;
}
header:before {
	display: block;
	// ???? content: url(header.html);
	text-align: center;
}
footer {
	text-align: center;
	font-size: small;
}
footer:after {
	//display: block;
	content: "2009-2025 Mathieu Padget";
	//text-align: center;
	//font-size: smaller;
}

a:link {color: #80FF80}
a:visited {color: #FF80FF}
a:hover {color: #80FF80}
a:active {color: #80FF80}
