html, body {
  padding: 0;
  border: 0;
  margin: 0;
}
center {
  text-align: left;
}
html, body, table, p, td {
font-family: Verdana;
font-size: 13px;
color: #000000;
}
input[type=text] {
  width:200px;
}
input[type=password] {
  width:200px;
}
input[type=checkbox] {
  border: 0px;
  background-color: #ffffff;
}
select {
  width:300px;
}
a:link {
  color: #526E00;
}
a:visited {
  color: #555;
}
a:link:hover {
  text-decoration: #555;
}
iframe {
width: 620px; 
height: 700px;
scrolling: no;
frameborder: 0;
}