<!-- 
* {
font-family: Verdana, Tahoma, Sans-Serif;
background-color: transparent;
font-size: xx-small;
color: white;
}
a:link, a:active, a:visited {
color: silver;
cursor: pointer;
text-decoration: underline;
}
a:hover {
cursor: pointer;
color: red;
text-decoration: underline;
}
b,
strong {
font-weight: bold;
}
hr {
width: 100%;
}
body {
margin: 0px;
color: white;
background-color: black;
}
input, textarea, select, option {
border-width: 1px; 
border-style: solid;
border-color: white;
padding: 1px; 
background-color: black;
}
pre {
background-color: transparent; 
font-family: Lucida Console, monospaced; 
}
table, td, th {
font-size: x-small;
border-color: white;
border-style: solid;
padding: 1px;
border-collapse: collapse;
border-width: 0px;
}
div.heading:first-letter {
cursor: default;
background-color: red;
font-family: Tahoma, Verdana, Sans-Serif;
font-size: 36pt;
font-style: italic;
font-weight: bold;
color: black;
}
div.heading {
cursor:default;
text-transform: capitalize;
text-align: center;
background-color: transparent;
font-family: Tahoma, Verdana, Sans-Serif;
font-size: 36pt;
font-style: italic;
font-weight: bold;
color: white;
}
.whitetable {
background-color: white;
color: black;
border-color: white;
}
.normal {
color: black;
}
b.normal {
color: black;
}
.location {
color: red;
}
.tabletop {
background-color: white;
color: black;
}
.menu {
border-width: 1px;
border-style: solid;
border-color: white; 
padding-left: 4px; 
padding-right: 4px; 
padding-top: 1px; 
padding-bottom: 1px;
}
/* Copyright © 2002-2003 Joe Castine */
-->