﻿body {
    color: #fff;
    background-color: #000;
    font-family: "Times New Roman", "Times Roman", serif;
    font-size: 105%;
}
div#navigation {
    letter-spacing: 1pt;
}
/* navigation links */
div#navigation a:link {
    color: #c0c0ff;
}
div#navigation a:visited {
    color: #c0c0ff;
    text-decoration: none;
}
div#navigation a:hover {
    text-decoration: underline;
}
/* end of navigation link colors */

/* other link colors */
a:link {
    color: #c0c0ff;
    text-decoration: none;
}
a:visited {
    color: #c0c0ff;
    text-decoration: none;
}
a:hover {
    color: #c0c0ff;
    text-decoration: underline;
}
a:active {
    color: #c0c0ff;
    text-decoration: none;
}


div#content {
    margin-top: 1em;
    margin-left: 2em;
}
#content h1 {
    font-family: "Brush Script MT", serif;
}
.tip {
    cursor: help;
/*    border-bottom: 1px dotted white;  Should be in chart.css */
}
#footer {
    margin-bottom: 4em;
}
.credits {
    font-size: 80%;
    margin-left: 2em;
}
div.clearing { clear: both; }
