body { color : #202020 ;
 background-color : #F0F0F0 ;
 font-family : "Segoe UI", verdana, helvetica, arial, sans-serif ;
}

a { color : #000000 ;
 text-decoration : none ;
 border-bottom: 1px dotted  #404040;
}

a:hover { background-color: #000000 ;
 color : #FFFFFF ;
 text-decoration : none ;
 border-bottom: 1px dotted ;
}

.center { text-align : center }

.footnote { font-style : oblique }

.boxed { text-align : center ;
 background-color : #FFFFFF ;
 border-style : solid ;
 border-width : 2px ;
 padding : 10px ;
 margin : 20px
}

.thinboxed { background-color : #E6E6E6 ;
 border-style : solid ;
 border-width : 1px ;
 padding : 10px ;
 margin : 5px
}

*:target { outline : red solid medium ; }

.desc { font-size : smaller }

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

