body { 
    font: 14px/1.65em Arial,sans-serif;    
}
.menuitem a:link
{ 
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
.menuitem a:visited
{ 
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
.menuitem a:hover, a:active
{ 
    text-decoration: underline;
    color: #111;
}
span.title {
    font-size:3em;
    font-weight:bold;
}
span.copyright {
    font-size:0.6em;
}
table.mainstruct {
    width:100%;
}
table.mainstruct td {
    vertical-align:top;    
}
table.mainstruct td.title {
    height:27px;
    background:#ffffff;
    border-top:3px dashed #eeeeee;
    border-bottom:3px dashed #eeeeee;
    border-left:none;
    border-right:none;
    height: 4em;
    vertical-align: middle;
}
table.mainstruct td.menublock {
    font-variant:small-caps;
    font-size: 0.9em;
    line-height:150%
    border:none
}
table.sourceCode {
    font-size: 0.9em;
    line-height:120%
}

pre.cli {   
    margin-left:5px;
    border-left:1px solid silver;
    padding-left:10px;
    font-size: 0.9em;
    line-height:150%;
}

table.mainstruct td.breadcrumb {
    font-variant:small-caps;
    font-size: 0.9em;
    line-height:150%
    font-weight:bold;
}
em { 
    font-weight:bold;
    font-style:normal;
}
