body {
background: #ffffff;
color: #000000;
}

a {
color: #ffa200;
text-decoration: none;
}

a:hover {
color: #fff400;
text-decoration: underline;
}

a:visited {
color: #ffa200:
text-decoration: none;
}


#center {
text-align: center;
width: 500px;
height: 500px;
margin-top: auto;
margin-left: auto;
margin-right: auto;
}

#center ul li {
padding: 0 20px 0 0;
display: inline;
}

#trdata {
text-align: center;
}

#trdata table td {
border: 1px solid white;
}
