body {
background-color: black;
font-family: Arial, Helvetica, Sans-Serif;
color: silver;
line-height: 20px;
}
h1 {
font-size:52px;
text-align: center;
line-height:68px;
}
h2 {
font-size:32px;
}
table {
}
th {
background-color: #333333;
font-size: 14px;
}
.menulist {
background-color: #202020;
font-size: 14px;
padding: 5px 5px 5px 5px;
}
.header {
background-color: #333333;
font-size: 14px;
font-weight:bold;
}
.content {
background-color: #000000;
font-size: 14px;
padding: 5px 5px 5px 5px;
border: 1px solid #333333;;
}
.return {
font-size:10px;
}
a:link,a:active,a:visited {
color: silver;
}
a:hover,a:focus {
color: white;
}