a { text-decoration : none; }
a:hover { color:#FF00FF; text-decoration: underline; }
a:active { text-decoration: none; }

.textfield { font-family: "新細明體", "細明體"; font-size: 12px; border: 1px #0099FF solid }

.idnofield { font-family: "新細明體", "細明體"; font-size: 14px; border: 1px #0099FF solid }

.jobnumber {
  font-family: "Arial", "細明體", "新細明體"; font-size: 13px; color: #6699FF;
  background-color: #E6FFFF; text-align: center; border-style: none; font-weight: bold;
}

.empnumber {
  font-family: "Arial", "細明體", "新細明體"; font-size: 13px; color: #6699FF;
  background-color: #EFFFEC; text-align: center; border-style: none; font-weight: bold;
}

.bottomdot {
  border-color: black black #000000; border-style: dashed; 
  border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px
}

.headdot {
  border-color: black black #000000; border-style: solid;
  border-top-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-left-width: 0px
}

.breakp { page-break-after: always }