#glossaryToolTip
{
    width: 300px;
    border: 1px solid gray;
    background-color: white;
    padding: 10px;
    text-align: left;
}
#glossaryToolTip p
{
    font-size: 10pt;
}
#glossaryToolTip h1
{
    font-size: 14pt;
}
#glossaryToolTip h2
{
    font-size: 12pt;
}

.glossaryTerm
{
    text-decoration: none;
    border-bottom: 1px dotted gray;
}
