body {
    background-color: #fff;
    padding: 10px;
    color: black;
    linkcolor: #d00;
}

a:link {
   color: #d00;
   font-weight: bold;
}

a:visited {
   color: #d00;
   font-weight: bold;
}


a:hover {
   color: #f00;
   font-weight: bold;
}

input[type=submit]:hover {
   color: #f00;
}

h2 {
    font-size: 100%;
    font-weight: bold;
}

h1 {
    font-size: 133%;
    font-weight: bold;
}

body, table {
    font-size: small;
    font-family: verdana, arial, sans-serif;
    line-height: 150%;
    text-align: left;
    margin: 10px;
}

pre.logo { 
   font-size: 4pt;
   line-height: 100%;
   font-family: monospace;
   font-stretch: condensed;
   font-weight: bold;
   color: #874;
   border-bottom-style: dotted;
   padding-bottom: 10px;
   border-bottom-width:1px;
   margin-bottom: 20px;
}

div.dashborder { 
    background-color: #eee;
    text-align: left;
    border-width: thin;
    border-color: #777;
    border-style: solid;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.dashborder-green {
    background-color: #dfd;
    text-align: left;
    border-width: medium;
    border-color: #494;
    border-style: dashed;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.form {
    padding-bottom: 0px
}

div.courier {
    font-family: courier, monospace;
}
    
.footer {
   color: #777;
   font-weight: normal;
   font-size: 85%;
   border-top-style: dotted;
   border-top-color: #777;
   padding-top: 10px;
   border-top-width:1px;
   margin-top: 20px;
   line-height: 100%
}

input {
   border-style: dotted;
   border-width: thin;
   border-color: #eee;
   background-color: white;
   margin: 1px;
}

tr.history {
    vertical-align: top;
}

td.history {
    border-top-style: solid;
    border-color: #eee;
    text-align: left;
    border-width: thin;
}

table {
    padding: 0px;
    margin: 0px;
}

table.history {
    width: 100%;
}

table.layout {
    border-spacing: 0;
    border-collapse: collapse;
}

b {
   text-decoration: underline;
}
