	#PageHeadText {
      font-size: 1.25em;
      font-weight: bold;
      text-align: center;
    }
    #InParCtrlTbl, #InParCtrlTbl th, #InParCtrlTbl td {
      border : 1px solid black;
      border-collapse : collapse;
    }
    #InParCtrlTbl th, #InParCtrlTbl td {
      text-align : left;
      padding-left: 5px;
      padding-right: 5px;
    }
    #InputDiv {
      width: 630px;
      float: left;
    }
    #OutputDiv {
      margin-left: 632px;
      background-color: LightGray;
      overflow: auto;
    }
    .FuncCallFormat pre, #ActualFuncCallFormat {
      font-family: "Courier New", Monospace;
      font-size: 0.75em;
      font-weight: bold;
      color: Brown;
      line-height: 60%;
    }
    #ActualFuncCallFormat {
      line-height: 120%;
      color: DarkGreen;
    }
    .SpacerDiv {
      height: 10px;
    }
    #AuthorInfo {
      font-size: 0.5325em;
      font-style: italic;
    }
    
    /*****Style of output tables (existing and newly created)*****/
    .OutputTbl,.OutputTbl th,.OutputTbl td   {
      border:1px solid black;
    }
    .OutputTbl thead {
      background-color: Pink;
    }
    /*Color of first tbody */
    .OutputTbl thead + tbody,
    .OutputTbl > tbody:first-child {
      background-color: Beige;
    }
    /*Color of second tbody */
    .OutputTbl thead + tbody + tbody,
    .OutputTbl > tbody:first-child + tbody {
      background-color: LightCyan;
    }
    .OutputTbl tfoot   {
      background-color: Yellow;
    }
    /*Just for fun*/
    .OutputTbl tr:hover {
      background-color: CadetBlue;
    }