body { 
    background: #FFFF99 ;
    color: black ;
    text-align: center;
    font-family: "Arial",sans-serif;
    font-size: smaller;
    line-height: 1.5;
}

.suitsymbol { font-family: "Courier New", Courier, monospace; }

A:link { 
   color: #003366;
   background: inherit;
}

A:visited { 
   color: #000033 ; 
   background: inherit;
}

A:hover {
   color: white ;
   background: #003366
}

A:active { 
   background: inherit;
   color: #000099 
}

A.image:hover {
   color: black ;
   background: transparent ;
}

div.back {
   text-align: right;
}

dt { font-weight: bold ; font-family: "Times Roman",Times, serif ; margin-right: 1em; font-size: larger; }
dd { margin-left: 2em ; margin-right: 1em; margin-bottom: 0.3em;}

h1 { 
    font-variant: small-caps ; 
    margin-top: 1ex ; 
    margin-bottom: 0 ;
    padding: 0
}

table.top h3 {
    /* margin-left: 1em ;  */
    padding: 0 ; 
    margin-bottom: 0 ; 
    margin-top:0 ;
    /* text-align: center ; */
    font-size: large
}

table.top h2 {
    font-variant: small-caps;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

dl {
    margin-top: 0;
}
div.section { 
   text-align: left
}
 
table.top {
   margin-left: 10px ;
   margin-right: 10px ;
   border: medium outset ;
   background: #FFFFEE ;
   color: inherit;
}

table.group {
}

table.group tr td {
    padding: 10px;
}

span.nobr {
white-space: nowrap;
}

