* {
    margin: 0;
    padding: 0;
    border: 0;
}
A:link {
    COLOR: #7bb417; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A:visited {
    COLOR: #7bb417; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A:active {
    COLOR: #7bb417; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
A:hover {
    COLOR: #3a3e3f; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}

h1
{
    font-family: verdana;
    font-size: 14pt;
    color: black;
    margin-bottom: 10px;
}

h2
{
    font-family: verdana;
    font-size: 11pt;
    color: black;
    margin-bottom: 5px;
}

p
{
    font: 11px Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    
/*    font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
    line-height: 160%;  */
}

td
{
    font: 11px Arial, Helvetica, sans-serif;
}

ol {
    font-family: "Courier New", Courier, mono;
    margin-bottom: 10px;
}

li {
    padding: 2px;
    /* font-size: 0.8em; */
    font-size: 10pt;
    background: #F5F5F5;
}

li.alt {
    background: #FAFAFA;
}

input.button
{
    cursor: pointer;
    cursor: hand;
}

input.button:hover
{
    cursor: pointer;
    cursor: hand;
    
    background-color:#dcf4a6;
}

