body {
  background-color: #000000;
  


max-width:600px;
    word-wrap:break-word;
text-align:center;
margin-left: auto;
margin-right: auto;
}
h1 {color:#ffff91; text-shadow: 2px 2px blue;}
h2 {color:#ffff91; text-shadow: 2px 2px blue;}
p {color:white; text-shadow: 1px 1px blue;}

table {
    color: white;
    text-shadow: 1px 1px blue;
}
a {
  color: white;
}

a:hover {
  color: #35BDF5;
}
.plate{
outline: #00403b ridge 5px;
background:linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.40)), url(https://madville.neocities.org/style/MARBLE.png);
padding-left: 5px;
padding-right: 5px;
padding-bottom:5px;
}

#credit{
font-family: russiangothic,ms ui gothic,nec_apc3,Tahoma;
}

tr.navigation>td {
font-size:20px;
  padding-left: 10px;
  padding-right: 10px;
}

td.links>a {
text-decoration:none;
text-align: center;
color:#ffff91;
}
td.links>a:hover {
text-decoration:underline;
text-align: center;
}