html, body {
  padding: 0;
  border: 0;
  margin: 0;
}
center {
  text-align: left;
}
html, body, table, p, td {
  font: 12px Arial, Helvetica, sans-serif; 
  line-height: 18px;
}
input[type=text] {
  width:200px;
}
input[type=password] {
  width:200px;
}
input[type=checkbox] {
  border: 0px;
  background-color: #ffffff;
}
select {
  width:250px;
}
a:link {
  color: #c10028;
}
a:visited {
  color: #c10028;
}
a:link:hover {
  text-decoration: #c10028;
}