h1  {
font-family: Dolphin, sans-serif;
font-size: 24px; color:#333366;
}

h2  {
font-family: Dolphin, sans-serif;
font-size: 20px; color:#333366;
}

h3  {
font-family: Dolphin, sans-serif;
font-size: 16px; color:#333366;
}

h4  {
font-family: Dolphin, sans-serif;
font-size: 14px; color:#000000;
}

p, li, dt, dd  {
font-family: verdana, sans-serif;
font-size: 80%;
color: #000000;
line-height: 150%; }

body {
font-family: verdana, sans-serif;
font-size: 100%;
color: #000000;
background-color: GOLD;
<!--
a {text-decoration: none}
//-->


}

table.header {
width: 80%;
border: 1px solid GOLD;
}

table.body {
width: 80%;
border-collapse: collapse;
}

table.footer {
width: 80%;
border: 1px solid GOLD;
}

td.sidebar {
vertical-align: top;
width: 15%;
padding: 5px;
border-right: 1px solid GOLD;
border-left: 1px solid GOLD;
}

td.content {
vertical-align: top;
padding: 10px;
border-right: 1px solid GOLD;
}