body {
	background: black;
	color: white;
}

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	margin-top: 50px;
	margin-left: 100px;
}

td {
	padding: 10px;
	vertical-align: bottom;
}

input[type="submit"] {
	border: none;
	background: black;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	text-align: left;
}

.lien {
	cursor: pointer;
	text-decoration: underline;
	color: lightcyan !important;
}
.lien:hover {
	color: cyan !important;
}

a:link {
	color: lightcyan;
}
a:visited {
	color: lightblue;
}
a:hover {
	color: cyan;
}
a:active {
	color: lightseagreen;
}
