﻿body 
{
    background-color: White;
    color: Black;
    font-family: "Courier New", "Nimbus Mono L", Monospace;
    font-size: medium;
    margin: 1em 1em 1em 1em;
}

a
{
    color: Blue;
    text-decoration: none;
}

a:visited
{
    color: Purple;
}

a:active
{
    color: Red;
}

a:hover
{
    text-decoration: underline;
}

.node, .node a
{
    color: Black;
    font-weight: normal;
}

.selectedNode, .selectedNode a
{
    color: Black;
    font-weight: bold;
}

