body {
background: #fda;
margin: 10px;
font-family: "Helvetica", "Arial", sans-serif;
font-size: smaller;
}

.indent {
text-indent: 20px;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

img {
vertical-align: middle;
padding: 0px 5px 0px 5px;
}

table {
background: #fda;
border-spacing: 0px;
vertical-align: top;
border-color: #999;
}

td {
font-size: small;
padding: 2px 5px 2px 5px;
margin: 0px;
background: #eee;
border-color: #999;
vertical-align: middle;
}

td.frame {
font-size: small;
padding: 2px 5px 2px 5px;
margin: 0px;
background: #fda;
border-color: #999;
}

td.spacer {
border-width: 0px 0px 1px 0px;
border-style: solid;
background: #fda;
}

td.selected {
text-align: center;
border-width: 1px 1px 0px 1px;
border-style: solid;
background: #fff; 
font-weight: bold;
}

td.unselected {
text-align: center;
border-width: 1px 1px 1px 1px;
border-style: solid;
background: #ffd; 
font-weight: normal;
}

td.body {
text-align: left;
border-width: 0px 1px 1px 1px;
border-style: solid;
padding: 10px 10px 10px 10px;
background: #fff;
font-size: medium;
}

table.menu {
width: 175px;
border-width: 1px 1px 1px 1px;
border-style: noned;
padding: 2px 5px 2px 5px;
background: #fda; 
margin: 0px;
font-weight: bold;
border-spacing: 10px;
}

a {
text-decoration: none;
color: black;
}

td.body a {
text-decoration: underline;
font-weight: bolder;
color: #777;
}


td.menu {
border-width: 1px 1px 1px 1px;
border-style: none;
padding: 2px 5px 2px 5px;
background: #fda; 
margin: 0px;
font-weight: normal;
}

dt {
margin-top: 10px;
font-weight: bold;
}

ul li {
list-style-type: square;
}

