body {
    margin-right:0px;
    margin-left:0px;
    margin-top:1px;
    text-align:left;
    padding:0px;
    font-family: Verdana, Arial;
    background-color:#000000;
    background: url(pattern.png) repeat;
}

h1 {
    font-size: 16pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
    font-weight: bold;
}
h4 {
    font-size: 10pt;
    font-weight: bold;
}
a {
    text-decoration: none;
    font-size: 10pt;
}
p {
    margin: 20px;
    margin-top: 8px;
}
h5 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0;
}

img{
    border:none;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


/* For the hidden content for FAQ and Download notes */
a.dsphead{
    text-decoration:none;
    color: black;
}

a.dsphead:hover {
    text-decoration:none;
    color: #444444;
}

a.dsphead span.dspchar {
    font-family:monospace;
    font-weight:normal;
}

.dspcont {
    display:none;
    margin-left:1.5em;
}