/**
 * Default stylesheet
 * NB: Everything is within the class "w3dx" - apply this to the BODY tag to use styles defined here
 */
 
.w3dx h1 {
border:2px solid #669;
background-color:#eef;
padding:0 0 5px 10px;
}

.w3dx .section {
margin:1em 0;
border-bottom:2px solid #ccc;
}

.w3dx .subsection {
margin:0.5em 0 0.5em 2em;
border-top:1px dotted #ccc;
}