
body    {
        font-family: verdana, arial, helvetica, sans-serif;
        font-size: 80%;
        color: black;
        background-color: white;

        }

#header {
        font-size: 1.2em;
        text-align: center;
        border: solid black 2px;
        background-color: whitesmoke;
        margin: 5px 0px 5px 0px;
        padding: 5px 5px 5px 5px;
        font-weight: bold;
        }
#footer {
        font-size: 1.2em;
        text-align: center;
        font-weight: bold;
        }
a.footer{
        color: black;
        }

p       {
        margin: 5px 0px 5px 0px;
        padding: 5px 0px 5px 0px;
        text-indent: 1.5em;
        }
p.line  {
        border-bottom: solid black 1px;
        }

.box    {
        background-color: whitesmoke;
        padding: 5px 5px 5px 5px;
        }
.strong
        {
        background-color: red;
        color: white;
        }
table.search
        {
        border-collapse: collapse;
        border: 1px black solid;
        }
tr.search
        {

        }
td.header
        {
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid black;
        font-size: .9em;
        }
td.search
        {
        border: 1px solid Gainsboro;
        padding: 5px;
        font-size: .8em;
        }

table.title
        {
        border-collapse: collapse;
        background-color: White;
        font-size: 1em;
        padding: 5px;
        }
td.title-header
        {
        font-size: 1.2em;
        font-weight: bold;
        }
td.title
        {
        background-color: White;
        }
.name
        {
        margin: 5px;
        padding: 5px;
        font-weight: bold;
        font-style: italic;
        font-size: 1.6em;
        background-color: white;
        }
.category
        {
        font-weight: bold;

        }
.sub-category
        {
        font-weight: bold;
        margin-left: 1.5em;
        }
.sub-sub-category
        {
        font-weight: bold;
        margin-left: 3em;
        }
td.left-box
        {
background-color: white;
width: 40%;
        }
td.right-box
        {
        }
td.center-box
        {
width:100%;
        }
.detail-box
        {

        }
table.detail
        {
        border-collapse: collapse;
        margin: 15px 15px 15px 15px;
        border: 2px solid black;
        background-color: whitesmoke;
        width: 75%;
        margin-left: 12%;
        }
td.detail-header
        {
        background-color: whitesmoke;
        padding: 7px 7px 7px 7px;
        text-align: center;
        font-weight: bold;
        text-decoration: underline;
        font-size: 1em;
        }
td.detail-ch
        {
        text-align: center;
        font-weight: bold;
        text-decoration: underline;
        font-size: 1em;
        background-color: MediumPurple;
        }
td.detail-hof
        {
        text-align: center;
        font-weight: bold;
        text-decoration: underline;
        font-size: 1em;
        background-color: LightGoldenRodYellow;
        }
td.detail-titled
        {
        text-align: center;
        font-weight: bold;
        text-decoration: underline;
        font-size: 1em;
        background-color: LightSteelBlue;
        }

td.detail
        {
        padding: 0px 0px 8px 8px;
        font-size: .8em;
        background-color: whitesmoke;
        }
