body {
 background: #FFFFFF;
 color: #000000;
}

.left3 {
 float: left;
 width: 20%;
 font-size: 80%;
 margin-left: 20px;
 }

.middle3 {
 width: 65%;
 text-align: left;
}

.middle3 p {
 font-size: 80%;
}

.right3 {
 float: right;
 font-size: 80%;
 text-align: right;
 width: 13%;
}

#main {
 clear: left;
 border-bottom-width: 1pt;
 border-bottom-style: solid;
 margin-bottom: 5pt;
 margin-left: 20px;
 width: 1024px;
}

h1 {
 font-style: italic;
}

.mainmenu {
 text-indent: 12pt;
}

.mainmenuheader {
 list-style: none;
 background: #E0E0E0;
 font-weight: bold;
 text-indent: 0pt;
}

.mainlinklist {
 padding: 2px;
 list-style: none;
}

.mainlinkheader {
 background: #E0E0E0;
 font-weight: bold;
}

.historyheader {
 font-weight: bold;
}

.pseudolink
{
        color: #0000FF;
        text-decoration: underline;
}

.pseudolink:hover
{
        cursor:pointer;
}