table.Menu {  width: 100% ;    }td.Menu{  /*width: 20% ;*/  width: calc(100% / 6);  height: 30px;  color : #FFFFFF;     cursor: pointer;  background-color: #5877BE;      font-size: 10pt;    border: solid #808080 1px;    text-align: center;  font-weight: bolder;  }td.Menu_Disabled{  /*width: 20% ;*/  width: calc(100% / 6);  color : #FFFFFF;    background-color: #5877BE;      font-size: 10pt;    border: solid #808080 1px;    text-align: center;  font-weight: bolder;  }tr.Menu{  width: 100%;  }td.Hello{    font-size: 10pt;  text-align: left;     color: blue;    /*border: 1px solid black;*/  }td.Signout{    font-size: 10pt;  text-align: right;  /*border: 1px solid black;*/}a.Signout{  color: blue;  font-weight: bolder;  }