a:link, a:visited, a:active
{
color: #000000;
text-decoration: none;
}

a:hover
{
color: #596F85;
text-decoration: none;
cursor: url("../graphics/finger.cur"), pointer;
}

body
{
background-color: #f7f7f7;
color: #000000;
background-image: url("graphics/background.jpg");
background-attachment: fixed;
/* font-family: courier new; Copperplate Gothic Light courier new*/
font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
margin: 10;
padding:0px;
}

pre
{
font-family: courier new; /* Copperplate Gothic Light courier new*/
}

td
{
font-size: 13px;
}

<!-- ------------------------ -->

}
td.1
{
font-size: .1em;
}

td.2
{
font-size: 10px;
}

ul
{
list-style-position: outside
}

ol
{
list-style-position: outside
}

table.1
{
border-bottom-style: solid;
border-bottom-color: #000000;
border-bottom-width: thin
}

table.2
{
border-top-style: solid;
border-top-color: #000000;
border-top-width: thin
}

table.3
{
border-color: #000000;
border-width: thin
}

.noprint     {}

@media print {
                .noprint {display: none}
             }

