/* The sectable style sheet is created to style the table of the secretariat committee officers of secretariat page. */
table{
     border: 3px solid blue;
     border-collapse: collapse;
     margin-left: 200px;
     }
td  {
     border:3px solid blue;
     padding: .1em 1em;
     font-size:120%;
     color: #000;
     text-align: left;
     background-color: whitesmoke;
    }
.margin {
         float: right;
        margin-right: 140px;
        }
#lower2 {
        background-color: white;
        padding-top: 10px;
        }
