body {
	background: black;
	padding: 0;
	margin: 0;
}
table, tr, ul {
   margin: 0;
   padding: 0;
   border: 0;
}
ul {
   list-style-type: none; 
}

td { padding: 5pt }
li {
   border: none;
   text-align: center;
}
ul li a{
   display: block;
   padding: 5pt;
   color: crimson;
   font-variant: small-caps;
   text-decoration: none;
   font-family: helvetica, sans-serif;
   border: solid 1px black;
}
a:hover li, a:hover {
   background: crimson;
   color: black;
}
a:active li, a:active {
   background: purple;
   color: black;
}
h1 { 
   color: white;
   text-align: center;
   font-family: sans-serif;
   width: 100%;
   font-size: 300%;
}

h3 { 
   color: white;
   text-align: center;
   font-family: sans-serif;
   width: 100%;
}
img {
  border: none; 
  color: white;
}
code {
   color: white ;
   text-align: right; 
}
p { color: white; }
