table, p, div, ul {
    font-family: "Arial";
    font-size: small;
}

p em, dl em {
    font-size: larger;
}

h2, h3 {
    font-style: italic;
    font-weight: bold; 
}

h2 {
    font-size: large; 
}

h3 { 
    font-size: medium;
}

.seealso, .seealso * {
    font-family: "Tahoma";
    font-size: xx-small;
    font-style: normal;
}

.seealso h2 {
    font-size: 110%;  
}

.seealso ul {
    list-style-type: none;
    padding-left: 1em;
}

.seealso li:before {
    content: '-';
    padding-right: 1em;
}

img {
    border: none;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

dl dt:first-child {
    margin: 0;
}

dl dt {
    font-weight: bold;       
    margin-top: 0.5em;
}

dl dt:before {
    content: "-";
    padding-right: 0.5em;
}

dl dd {
    margin-left: 2em;
}

