.welcome {
    font-size: larger;
    font-style: italic;
    font-weight: bold;
}

.jc-header {
    width : 100%;
    background-color: blue;
}

.jc-table-header {
    line-height : 3;
    color: white;
}

.jc-table-header a {
    padding-right:10px;
    padding-left:10px;
}

.jc-table-header a:link {
    color: white;
}

.jc-table-header a:visited {
    color: white;
}

.jc-table-header a:hover {
    color: white;
    background-color: #333333;
    text-decoration: none;
}

.jc-header-text {
    margin-left: 20px;
    text-align: left;
    text-shadow: white 2px 2px 2px;
}

.jc-nav {
    background-color: aqua;
}

.jc-topLevel {
    font-size: large;
    font-style: italic;
    margin-left: 10px;
}

.jc-article {
    margin-left: 20px;
    background-color: #cfffff;
}

.copyright {font-size: small;  font-family: serif; }
.plain {font-size: medium;  font-family: serif; }
.recommend {font-size: large; font-weight: bold; font-family: monospace; color: blue;}

.code-snippet {font-family: monospace; background: #dddddd; }
.code-text {font-weight: bold; font-family: monospace; font-size: larger;}

.comment {color: #969696; }
.character {color: #ce7b00; }
.keyword-directive {color: #0000e6; }

.xml-comment {color: #969696; }
.xml-attribute {color: #009900; }
.xml-value {color: #ce7b00; }
.xml-tag {color: #0000e6; }

.sql-block-comment {color: #969696}
.sql-identifier {color: #009900}
.sql-string-literal {color: #ce7b00}
.sql-keyword {color: #0000e6}
