/*        This is the style file for "can you" test documents */

@import "list-menu.css" ;

.tst-menu           {
                     width: 26em ;
                     padding-left: 3em ;
                     margin-left: auto ;
                     margin-right: auto ;
                     font-size: 8pt ;
                     clear: both
                    } /* adjust to position menubar */

.can-you            {
                     color: rgb(96,160,0) ;
                     background-color: inherit ;
                     font-weight: bold ;
                     font-style: italic ;
                     font-size: 16pt
                    }

#tst-head          {
                     display: block ;
                     text-align: center ;
                     font-size: 48pt ;
                     font-family: sans-serif ;
                     font-weight: bold ;
                     font-style: italic ;
                     height: 42mm ;
                     padding: 0pt ;
                     margin-bottom: 12mm ;
                     color: rgb(180,64,0) ;
                     background-color: transparent
                    }

#narrow-box         {
                     width: 80% ;
                     margin-left: 10%
                    }

.fixed              {
                     padding-left: 2mm ;
                     padding-right: 2mm
                    }

.mchoice li         {
                     list-style: none
                    }
