/* Base styles */
body {
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
}

#idheader {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.topichead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

/* Content styles */
#idcontent a {
    color: #0066cc;
    text-decoration: none;
}

#idcontent a:hover {
    text-decoration: underline;
}

/* Topic navigation */
.crumbs {
    padding: 5px 0;
    color: #666;
}

/* Print styles */
@media print {
    #idnav, .topichead { display: none; }
    #idcontent { margin: 0; padding: 0; }
}
