body {
    font-family: "Segoe UI","Segoe WP",Helvetica,Arial,Sans-Serif
}

/* test */

.perl-code {
    font-size: 18px;
    background-color: #eee;
    margin: 20px;
    padding: 10px;
}

.comment {
    color: #990000;
}

.constant {
    color: #9955FF;
}

.comment-delimiter {
    color: #990000;
}

.sane-perl-nonoverridable, cperl-nonoverridable {
    color: #880022;
    font-weight: bold;
}

.sane-perl-hash, .cperl-hash {
    color: #FF7000;
    font-weight: bold;
}

.function-name {
    color: #886644;
    font-weight: bold;
}

.keyword {
    color: #883399;
    font-weight: bold;
}

.string {
    color: #998833;
}

.variable-name {
    color: #885522;
    font-style: italic;
}

.google-ad-horizontal {
    width: 728px;
    height: 90px;
    margin: 20px;
}

.lemoda-page-bottom {
    font-family: sans-serif;
    font-size: 13px;
    margin: 10px;
}

code {
    font-size: 17px;
    font-weight: bold;
}

ul.navigation-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navigation-list li {
    list-style: none;
    float: left;
    border: solid 2px;
    margin: 2px;
    font-family: "Arial Black", sans-serif;
}

.navigation-list li.index-title {
    font-family: sans-serif;
    border-color: #CD950C;
    background-color: #EEE8CD;
}

.navigation-list li.main {
    border-color: #CD950C;
    background-color: #EEE8CD;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.navigation-list a {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-family: "Arial Black", sans-serif;
}

.navigation-list a: hover {
    background-color: #EEE8CD ;
}

div.navigation-box {
    display: block;
    clear: both;
    float: none;
}

.index-off {
    border-color: #345;
    background-color: #741;
    font-family: "Arial Black", sans-serif;
}

.index-off a {
    color: #fff;
    font-family: "Arial Black", sans-serif;
}

.index-off a: hover {
    background-color: #741;
}

.disabled {
    cursor: pointer;
    opacity: .20;
    filter: Alpha(opacity=20);
}

.makefile-targets {
    font-weight: bold;
    color: #C55;
}

.makefile-shell {
    font-weight: bold;
}

.type {
    font-weight: bold;
    color: #449;
}

.css-selector {
    font-weight: bold;
    color: darkorange;
}

.css-property {
    color: #AA5522;
    font-style: italic;
}

.pagelinkitem {
    padding: 0.2em;
    margin: 0;
}

.pagelink {
    text-decoration: none;
    font-size: 115%;
}

article h1 {
    font-size: 2em;
}

