.definition { font-style: oblique; color: black; text-decoration: none; }
.eclipseUI  { color: #009900; }
.tipTitle   { font-variant: small-caps; font-weight: bold; }
.figure     { color: #ffffff; font-family: sans-serif; font-size: small; text-decoration: none; }
.figure:hover   { background-color: #ffff00; color: #777777; }
.figure:visited { color: #ffffff; }
.figuresCol { background-color: #8399b6; border: 1px solid #2b4a6a; text-align: center; vertical-align: top; }
.javaName   { color: #6600aa; font-family: monospace; }
.userInput  { color: #aa6600; font-family: monospace; }
p.expertTip {
    border: 1px solid #8399b6;
    border-left: 5px solid #2b4a6a;
    color: #666666;
    font-family: sans-serif; 
    font-size: small;
    margin-left: 30px;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
}
p.newbieTip {
    border: 1px solid #999999;
    border-left: 5px solid #2b4a6a;
    color: #999999;
    font-family: sans-serif; 
    font-size: small;
    margin-left: 30px;
    padding: 5px;
    padding-left: 10px;
    text-align: left;
}

