img {
	border: none;
	vertical-align: middle;
}
td.left{
	text-align: right;
}
td.right{
	text-align: left;
}
td.edge{
	text-align: center;
}
body {
	background-color: black;
	color: lightgrey;
	text-align: justify;
	font-size: 18px;
	margin : 5% 5% 5% 5%;
}
a {
	color: white; 
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.home {
	color: orange;
}

	