/* rgf, 20230417, 20240908, 20251008, SE2026WS Business Programming Workshop */

@media screen {


     .choose { color: brown;
                 font-weight: bold;
             }

     a.choose {
                 text-decoration: none;
             }

     .choose:hover  {
                 font-size: 150%;
                 font-weight: bolder;
                 text-decoration: none;
             }
}


@media screen, print {

     body    { background-color:  white; /* lightgoldenrodyellow  ; */
               font-family: Times, Avantgarde;
               font-family: Arial,sans-serif;
               font-size: 12pt;
               }

     H1      { color: blue;
               text-align: center;
               font-family: Arial,sans-serif;
               font-size: 150%;
             }

     H2      { color: blue;
             }

     .subtitle {
               font-size: 90%;
               text-align: center;
               text-align: center;
               font-style: italic;
             }

     .abstract {
                margin-left: 3em;
                margin-right: 3em;
             }

     .about {
                font-size: 75%;
                margin-left: 1em;
                margin-right: 1em;
            }

/*
     dt
             {
               /* background-color: rgb(235, 235, 235) ; */  /* also in hex possible, e.g. #f1f1f1 */
               /* background-color: khaki ; */
               background-color:  LemonChiffon ;
                        /* #EEEEE0 ; */ /* ivory 2 ; */ /* #EEE8AA; */ /* lightgoldenrod ; */
             }
*/

}


@media print {
     BODY {
            font-size:   10pt;
          }

     TABLE {
             padding: 1px;
             font-size: 10pt;
           }
}


@media all {

/*  BODY { line-height: 1.2;} */
}



