html {
	background-color: #00ff26;
	}


body {
	font-family: Georgia;
	color: darkgreen;
	margin-bottom: 80px;
	}

a, a:visited {
	text-decoration: underline;
	color: white;
	}

#statuts {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}

#contact {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}

h1 {
	margin-top: 20px;
	color: white;
	}

h1 .left-bracket {
	font-size: 55pt;
	float: left;
	width: 15ex;
	text-align: right;
	}

h1 .section {
	display: block;
	float: left;
	font-size: 20pt;
	width: 12ex;
	margin-top: 30px;
	text-align: center;
	}

h1 .right-bracket {
	display: block;
	float: left;
	font-size: 55pt;
	margin-bottom: 50px;
	white-space: nowrap;
	}

h2 {
	text-align: center;
	font-size: 18pt;
	color: green;
	margin-top: 50px;
	padding-top: 0.5ex;
	width: 60ex;
	margin-left: auto;
	margin-right: auto;
	clear: left;
	}

#splash h1 {
        margin-top: 100px;
        margin-left: 100px;
        font-size: 55pt;
        color: white;
        }

#splash h2 {
        text-align: center;
        font-size: 18pt;
        color: green;
        }

#splash h1 a, #splash h1 a:visited {
        text-decoration: none;
        color: white;
        }

#splash h1#bottom {
        margin-top: -5px;
        margin-right: 100px;
        text-align: right;
        }



.article {
	font-style: italic;
	}

.signature {
	text-align: right;
	}

pre {
	margin-left: auto;
	margin-right: auto;
	}
