body {
  font-family : verdana, tahoma, sans-serif;
  font-size : 12px;
}

td {
  font-family : verdana, tahoma, sans-serif;
  font-size : 11px;
}

.common {
  font-family : verdana, tahoma, sans-serif;
  font-size : 11px;
}

.logwin {
  font-family : verdana, tahoma, sans-serif;
  font-size : 11px;
  font-weight : bold;
}

.blue {
  background-color : #B4C8DE;
  font-family : verdana, tahoma, sans-serif;
  font-size : 12px;
}

.header {
  color : #325B69;
  font-family : verdana, tahoma, sans-serif;
  font-size : 18px;
  text-align : center;
}

a {
  color : navy;
  text-decoration : none;
}

a:hover {
  color : red;
  text-decoration : underline;
}