p, li, td { font-size: 11pt;
            font-family: arial,helvetica;
            border-bottom: 1px dotted tan;
            margin: 0px;
            margin-left: 20px;
            padding: 2px;
            padding-left: 10px;
            padding-right: 30px;
            }

div       { font-size: 11pt;
            font-family: arial,helvetica;
            }



h1        { font-size: 20pt;
            font-family: arial,helvetica;
            font-weight: bold;
            background: #6699CC;
            color: white;
            border-bottom: 2px solid #336699;
            padding: 20px;
            padding-bottom: 5px;
            }

h3        { font-size: 16pt;
            font-family: arial,helvetica;
            font-weight: bold;
            color: black;
            }

a:link    { color:blue;
            font-weight: bold;
            text-decoration: none;
            }

a:visited { font-weight: bold;
            color: darkblue;
            text-decoration: none;
            }

body      { background: #ffffcc;
            margin: 0px;
            padding: 0px;
            }

div.return { text-align: right;
            font-size: 11pt;
            font-family: arial,helvetica;
            border-top: 1px solid white;
            padding: 2px;
            margin: 40px;
            font-style: italic;
            }

.about    { font-size: 9pt;
            font-family: arial,helvetica;
            border: 1px outset #eeeebb;
            margin: 20px;
            padding: 10px;
            background: #eeeebb;
            width: 60%;
            }

