@import url("/wiki/modern/css/screen.css");

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}

/* Dark blue: #14698e; */
/* Medium blue: #1897c0; */

/* hr {
    border: none 0; 
    width: 85%;
    height: 1px;
} */

p {
    margin: 5px 0px 0px 0px;
}

img {
    border: 0px;
}

a {
    color: #0000FF;
}

a:hover, a:link:hover {
    color: #1B9EF3;
}

a:visited, a:visited:hover {
    color: #2020cf;
}

h3 {
    margin-top: 5px;
    margin-bottom: 3px;
}

h4 {
    margin-top: 2px;
    margin-bottom: 1px;
}

#header, .table-of-contents, pre {
    background-color: #e6e6e6;
}

pre, th, td {
    border: 1pt solid #185cca;
}

#navibar li.current, #pageline {
    background: #185cca;
}

#navibar li.current a, #navibar li.current a:visited {
    color: white;
}

.credits {
    margin: 3px;
    margin-top: 5px;
    font-size: 12px;
}

#ad160x600 {
    padding: 0px;
    margin-right: 5px;
    background-color: #eeeeee;
    border: 1pt solid #ADB9CC;
}

