body {
  font-family:arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  margin:50px 0px;
  text-align:center;
  padding:0px;
}
/* http://bluerobot.com/web/css/center1.html */
#content {
  width:450px;
  margin:0px auto;
  text-align:left;
  padding:15px;
}
.label {
  font-family:arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.text {
  font-family:arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}
a:link {
  font-family:arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration:underline;
}
a:visited {
  font-family:arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  text-decoration:underline;
}
a:hover {
  font-family:arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ff0000;
  text-decoration:none;
}
#msg {
  font-family:arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}

