﻿body {
    background-color: black;
}
p { color:white;
text-align: center;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;}

footer{
color:white;
text-align: center;
}

a {
    color: white;
}

figcaption {
text-align: center;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


table {
	align: "center";
}


td{
	border: 1px solid white;
	}

